This repository has been archived on 2023-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
chocolate-doom-wii/pcsound/Makefile.am
2016-10-30 18:40:00 -04:00

14 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