summaryrefslogtreecommitdiff
path: root/pcsound/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2007-03-09 22:50:48 +0000
committerSimon Howard2007-03-09 22:50:48 +0000
commitd4056662a4c70bf2817d470694a3506bb35f0b7f (patch)
tree1c7d971df1f0d28bf6a57d8cb4ff77c2b405f2b5 /pcsound/Makefile.am
parent7ebeb39398f0e7fbdda6393ef2a251b0f2a42f54 (diff)
downloadchocolate-doom-d4056662a4c70bf2817d470694a3506bb35f0b7f.tar.gz
chocolate-doom-d4056662a4c70bf2817d470694a3506bb35f0b7f.tar.bz2
chocolate-doom-d4056662a4c70bf2817d470694a3506bb35f0b7f.zip
Move the pcsound library to the top level, alongside textscreen.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 849
Diffstat (limited to 'pcsound/Makefile.am')
-rw-r--r--pcsound/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/pcsound/Makefile.am b/pcsound/Makefile.am
new file mode 100644
index 00000000..77957d72
--- /dev/null
+++ b/pcsound/Makefile.am
@@ -0,0 +1,10 @@
+
+AM_CFLAGS= @SDL_CFLAGS@ @SDLMIXER_CFLAGS@
+
+noinst_LIBRARIES=libpcsound.a
+
+libpcsound_a_SOURCES = \
+ pcsound.c pcsound.h \
+ pcsound_sdl.c \
+ pcsound_win32.c
+