Use LIBNAME when appropriate
[dsound-openal.git] / Makefile.in
blob1b994a1cf4478f636d871684a95efca4cb594596
1 TOPSRCDIR = @top_srcdir@
2 TOPOBJDIR = ../..
3 SRCDIR = @srcdir@
4 VPATH = @srcdir@
5 MODULE = dsound.dll
6 IMPORTLIB = dsound
7 IMPORTS = dxguid uuid winmm ole32 advapi32 kernel32 ntdll
8 EXTRALIBS = @FRAMEWORK_OPENAL@ -lOpenAL32
10 C_SRCS = \
11 buffer.c \
12 capture.c \
13 dsound8.c \
14 dsound_main.c \
15 duplex.c \
16 primary.c \
17 propset.c \
18 regsvr.c
20 RC_SRCS = version.rc
22 @MAKE_DLL_RULES@
24 @DEPENDENCIES@ # everything below this line is overwritten by make depend