summaryrefslogtreecommitdiff
path: root/TAO/tests
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-19 15:15:25 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-06-19 15:15:25 +0000
commitd43e312e5f5e7d603d8274c533eb781fba5a55b8 (patch)
tree3874fe81d362dac7329308d883dba3a4d0878f89 /TAO/tests
parent83066bf5a334822c7b7717a5cc4912799e9cfbfb (diff)
downloadATCD-d43e312e5f5e7d603d8274c533eb781fba5a55b8.tar.gz
ChangeLogTag: Tue Jun 19 09:46:30 2001 Frank Hunleth <fhunleth@cs.wustl.edu>
Diffstat (limited to 'TAO/tests')
-rw-r--r--TAO/tests/Exposed_Policies/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/TAO/tests/Exposed_Policies/Makefile b/TAO/tests/Exposed_Policies/Makefile
index db949819880..4f8b3b92e1a 100644
--- a/TAO/tests/Exposed_Policies/Makefile
+++ b/TAO/tests/Exposed_Policies/Makefile
@@ -21,7 +21,7 @@ IDL_SRC = CounterC.cpp CounterS.cpp
MISC_TEST_SRC = Policy_Tester Policy_Verifier RT_Properties
CLIENT_SRC = client $(MISC_TEST_SRC)
SERVER_SRC = server $(MISC_TEST_SRC)
-BIN = client server
+BIN_UNCHECKED = client server
SRC = $(addsuffix .cpp, $(MISC_TEST_SRC) $(BIN))
@@ -38,6 +38,11 @@ TAO_IDLFLAGS += -Ge 1
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(ACE_ROOT)/include/makeinclude/macros.GNU
include $(TAO_ROOT)/rules.tao.GNU
+
+ifeq ($(rt_corba),1)
+BIN=$(BIN_UNCHECKED)
+endif # rt_corba
+
include $(ACE_ROOT)/include/makeinclude/rules.common.GNU
include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU
include $(ACE_ROOT)/include/makeinclude/rules.local.GNU