shithub: choc

ref: b5ca5da5f73f49a382e5db3e3f5449676ca999db
dir: /pcsound/Makefile.am/

View raw version

AM_CFLAGS= @SDL_CFLAGS@ @SDLMIXER_CFLAGS@

noinst_LIBRARIES=libpcsound.a

libpcsound_a_SOURCES =                            \
        pcsound.c           pcsound.h             \
        pcsound_sdl.c                             \
        pcsound_linux.c                           \
        pcsound_win32.c