summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-07-11 07:16:25 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-07-11 07:16:25 +0000
commit2281401a9b4599d60e38a666e588a8cac3c1e691 (patch)
tree2700e10e4ce0642bb9cc3a5fa6eaeaa58d03aaa3
parentc826b80b514063e41acba4ac5f3dc29a51adb75f (diff)
downloadATCD-2281401a9b4599d60e38a666e588a8cac3c1e691.tar.gz
ChangeLogTag: Thu Jul 11 09:16:12 2002 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor8
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.bor8
2 files changed, 10 insertions, 6 deletions
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor
index b626ed867c2..f1d775f8bb8 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor
@@ -1,5 +1,5 @@
#
-# Makefile for building the Faults ping executable
+# Makefile for building the RTCorba Profile_And_Endpoint_Selection client executable
#
NAME = client
@@ -13,12 +13,14 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_RTCORBA_CFLAGS)
+ $(TAO_RTCORBA_CFLAGS) \
+ $(TAO_STRATEGIES_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_RTCORBA_LIB)
+ $(TAO_RTCORBA_LIB) \
+ $(TAO_STRATEGIES_LIB)
IDLFILES = \
$(IDLDIR)\test.idl
diff --git a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.bor b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.bor
index 0a158b04444..aacd4997ae6 100644
--- a/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.bor
+++ b/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/server.bor
@@ -1,5 +1,5 @@
#
-# Makefile for building the Faults test executable
+# Makefile for building the RTCorba Profile_And_Endpoint_Selection server executable
#
NAME = server
@@ -16,14 +16,16 @@ CFLAGS = \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_RTCORBA_CFLAGS) \
- $(TAO_RTPORTABLESERVER_CFLAGS)
+ $(TAO_RTPORTABLESERVER_CFLAGS) \
+ $(TAO_STRATEGIES_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_RTCORBA_LIB) \
- $(TAO_RTPORTABLESERVER_LIB)
+ $(TAO_RTPORTABLESERVER_LIB) \
+ $(TAO_STRATEGIES_LIB)
IDLFILES = \
$(IDLDIR)\test.idl