summaryrefslogtreecommitdiff
path: root/TAO/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/Makefile.am')
-rw-r--r--TAO/Makefile.am18
1 files changed, 4 insertions, 14 deletions
diff --git a/TAO/Makefile.am b/TAO/Makefile.am
index 534cb5db6d1..08e8f96a5ff 100644
--- a/TAO/Makefile.am
+++ b/TAO/Makefile.am
@@ -12,26 +12,14 @@
AUTOMAKE_OPTIONS = foreign
ACLOCAL = @ACLOCAL@
-ACLOCAL_AMFLAGS = -I m4 -I ../m4
+ACLOCAL_AMFLAGS = -I ../m4
SUBDIRS = \
TAO_IDL \
tao \
orbsvcs \
- docs
-
-if BUILD_EXAMPLES
-SUBDIRS += \
- examples
-endif
-
-if BUILD_TESTS
-SUBDIRS += \
+ docs \
performance-tests \
- interop-tests
-endif
-
-SUBDIRS += \
utils
## For some reason, automake doesn't include acconfig.h in the distribution
@@ -42,6 +30,8 @@ EXTRA_DIST = \
LICENSE.sun \
README.sun
+DISTCLEANFILES = tao-config tao-config.1
+
## release:
## $(MAKE) dist distdir=$(PACKAGE)$(VERSION)
release: