makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / winejack.drv / Makefile.in
1 MODULE    = winejack.drv
2 IMPORTS   = dxguid uuid winmm user32
3
4 C_SRCS = \
5         audio.c \
6         jack.c
7
8 @MAKE_DLL_RULES@