summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-13 04:56:49 +0000
committerjtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-11-13 04:56:49 +0000
commit9b310aab7e259c4e4706ccbab2bbce91de9c2488 (patch)
treedb0a54185d934b52abf189ca1a928e97efecc7c3 /Makefile.am
parent0b5900de198b3b96613c8c819ee05fe238d155ce (diff)
downloadATCD-9b310aab7e259c4e4706ccbab2bbce91de9c2488.tar.gz
ChangeLogTag: Fri Nov 12 20:54:14 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b059c9ff9d2..02101e372ea 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -21,7 +21,19 @@ SUBDIRS = \
tests \
websvcs
+if BUILD_KOKYU
+SUBDIRS += Kokyu
+endif
+
+if BUILD_TAO
+SUBDIRS += TAO
+endif
+
+man_MANS = ace-config.1
+
+bin_scripts = ace-config
ACLOCAL = @ACLOCAL@
ACLOCAL_AMFLAGS = -I m4
+AUTOMAKE_OPTIONS = foreign