summaryrefslogtreecommitdiff
path: root/TAO/examples/PluggableUDP/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/PluggableUDP/Makefile.am')
-rw-r--r--TAO/examples/PluggableUDP/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/examples/PluggableUDP/Makefile.am b/TAO/examples/PluggableUDP/Makefile.am
index 1040f6689d5..42c77283640 100644
--- a/TAO/examples/PluggableUDP/Makefile.am
+++ b/TAO/examples/PluggableUDP/Makefile.am
@@ -8,6 +8,8 @@
## MPC Command:
## ../bin/mwc.pl -type automake -noreldefs TAO.mwc
-SUBDIRS = \
- tests
+SUBDIRS =
+if BUILD_TESTS
+SUBDIRS += tests
+endif