summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Makefile')
-rw-r--r--TAO/orbsvcs/tests/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/orbsvcs/tests/Makefile b/TAO/orbsvcs/tests/Makefile
index 2d9e16ca3be..db0927be28c 100644
--- a/TAO/orbsvcs/tests/Makefile
+++ b/TAO/orbsvcs/tests/Makefile
@@ -24,7 +24,6 @@ DIRS = Simple_Naming \
Concurrency \
FaultTolerance \
ImplRepo \
- InterfaceRepo \
Trading \
AVStreams \
Notify \
@@ -33,6 +32,10 @@ DIRS = Simple_Naming \
ior_corbaname \
tests_svc_loader
+ifneq ($(ACE_HAS_GNUG_PRE_2_8),1)
+ DIRS += InterfaceRepo
+endif # ACE_HAS_GNUG_PRE_2_8
+
ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif