summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am17
1 files changed, 5 insertions, 12 deletions
diff --git a/Makefile.am b/Makefile.am
index 340e2a53ff1..40e551bbca6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,18 +20,10 @@ SUBDIRS += \
apps \
bin \
netsvcs \
- protocols
-
-if BUILD_EXAMPLES
-SUBDIRS += examples
-endif
-
-if BUILD_TESTS
-SUBDIRS += performance-tests
-SUBDIRS += tests
-endif
-
-SUBDIRS += \
+ performance-tests \
+ protocols \
+ examples \
+ tests \
websvcs \
@KOKYU@ \
@TAO@
@@ -39,3 +31,4 @@ SUBDIRS += \
ACLOCAL = @ACLOCAL@
ACLOCAL_AMFLAGS = -I m4
AUTOMAKE_OPTIONS = foreign
+