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