fruitjam-doom/pcsound/Makefile.am
Simon Howard a0062502d1 Add SDL_CFLAGS, SDL_LDFLAGS to default compile flags, and check for SDL
in configure before checking for libraries and headers, to fix Windows.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1412
2008-12-09 19:56:43 +00:00

13 lines
421 B
Makefile

AM_CFLAGS=@SDLMIXER_CFLAGS@
noinst_LIBRARIES=libpcsound.a
libpcsound_a_SOURCES = \
pcsound.c pcsound.h \
pcsound_bsd.c \
pcsound_sdl.c \
pcsound_linux.c \
pcsound_win32.c \
pcsound_internal.h