summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/Makefile.am')
-rw-r--r--TAO/orbsvcs/Makefile.am13
1 files changed, 10 insertions, 3 deletions
diff --git a/TAO/orbsvcs/Makefile.am b/TAO/orbsvcs/Makefile.am
index f079ecca777..3aaa8bc1ab5 100644
--- a/TAO/orbsvcs/Makefile.am
+++ b/TAO/orbsvcs/Makefile.am
@@ -28,8 +28,15 @@ SUBDIRS = \
Event_Service \
Dump_Schedule \
CosEvent_Service \
- Concurrency_Service \
- performance-tests \
- tests \
+ Concurrency_Service
+
+if BUILD_EXAMPLES
+SUBDIRS += \
examples
+endif
+if BUILD_TESTS
+SUBDIRS += \
+ performance-tests \
+ tests
+endif