summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSimon Howard2010-03-08 01:14:23 +0000
committerSimon Howard2010-03-08 01:14:23 +0000
commit448adb31d703afed9e9cc2bfd109c1fcd34447c4 (patch)
treeca987d9f677ec93263840477bc1eebc9a01fecab /Makefile.am
parentc4fe7aa8b6962edf79e0ccec469970618a92b0ef (diff)
parentb9e18229624500d6d2a6112a5c00882d7b7051de (diff)
downloadchocolate-doom-448adb31d703afed9e9cc2bfd109c1fcd34447c4.tar.gz
chocolate-doom-448adb31d703afed9e9cc2bfd109c1fcd34447c4.tar.bz2
chocolate-doom-448adb31d703afed9e9cc2bfd109c1fcd34447c4.zip
Merge opl-branch to trunk.
OPL support still isn't perfect, and it certainly isn't complete. However, for now, it's good enough. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1878
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a980acde..13e8bddb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -42,6 +42,7 @@ EXTRA_DIST= \
config.h \
CMDLINE \
HACKING \
+ README.OPL \
TODO \
BUGS \
rpm.spec
@@ -49,7 +50,7 @@ EXTRA_DIST= \
MAINTAINERCLEANFILES = $(AUX_DIST_GEN)
docdir=$(prefix)/share/doc/@PACKAGE@
-SUBDIRS=wince textscreen pcsound src man setup
+SUBDIRS=wince textscreen opl pcsound src man setup
DIST_SUBDIRS=pkg $(SUBDIRS)
if HAVE_PYTHON