summaryrefslogtreecommitdiff
path: root/ACE/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/Makefile.am')
-rw-r--r--ACE/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/Makefile.am b/ACE/Makefile.am
index b659276338c..340e2a53ff1 100644
--- a/ACE/Makefile.am
+++ b/ACE/Makefile.am
@@ -19,7 +19,8 @@ endif
SUBDIRS += \
apps \
bin \
- netsvcs
+ netsvcs \
+ protocols
if BUILD_EXAMPLES
SUBDIRS += examples
@@ -31,7 +32,6 @@ SUBDIRS += tests
endif
SUBDIRS += \
- protocols \
websvcs \
@KOKYU@ \
@TAO@