blob: 80ff01f8ab606755020234310e06e49ae909f020 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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 \
pcsound_internal.h
|