makefiles: Add a standard header for all makefiles to replace the common variable...
[wine] / dlls / openal32 / Makefile.in
1 MODULE    = openal32.dll
2 EXTRALIBS = @LIBOPENAL@ @FRAMEWORK_OPENAL@
3
4 C_SRCS = \
5         openal.c
6
7 @MAKE_DLL_RULES@