summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8e2a5e39..efa6b9fa 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ EXTRA_DIST= \
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
docdir=$(prefix)/share/doc/@PACKAGE@
-SUBDIRS=textscreen src man setup
+SUBDIRS=textscreen pcsound src man setup
CMDLINE : src/
./man/docgen -p $? > $@