makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winemp3.acm / Makefile.in
1 MODULE    = winemp3.acm
2 IMPORTS   = winmm user32
3 EXTRALIBS = @LIBMPG123@ @COREAUDIO@
4
5 C_SRCS = \
6         mpegl3.c
7
8 @MAKE_DLL_RULES@