summaryrefslogtreecommitdiff
path: root/TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor')
-rw-r--r--TAO/tests/RTCORBA/Profile_And_Endpoint_Selection/client.bor8
1 files changed, 5 insertions, 3 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