summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-16 14:20:45 +0000
committerdoccvs <doccvs@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-07-16 14:20:45 +0000
commit64f241db81cee17825f102a3d71bd08adb144f25 (patch)
tree10100136c5532cb3d85515b02a7521cdf4812a4b
parentca99861e968209b6e7229728115a05d32865a519 (diff)
downloadATCD-64f241db81cee17825f102a3d71bd08adb144f25.tar.gz
ChangeLogTag:Mon Jul 16 9:17:43 2001 Christopher Kohlhoff <chris@kohlhoff.com>
-rw-r--r--TAO/performance-tests/Throughput/client.bor3
-rw-r--r--TAO/performance-tests/Throughput/server.bor7
2 files changed, 6 insertions, 4 deletions
diff --git a/TAO/performance-tests/Throughput/client.bor b/TAO/performance-tests/Throughput/client.bor
index 7a63a3fbe4a..3e3a052f6aa 100644
--- a/TAO/performance-tests/Throughput/client.bor
+++ b/TAO/performance-tests/Throughput/client.bor
@@ -12,7 +12,8 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
- $(TAO_CFLAGS)
+ $(TAO_CFLAGS) \
+ $(TAO_STRATEGIES_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
diff --git a/TAO/performance-tests/Throughput/server.bor b/TAO/performance-tests/Throughput/server.bor
index da0af08aea0..11fa69b38f3 100644
--- a/TAO/performance-tests/Throughput/server.bor
+++ b/TAO/performance-tests/Throughput/server.bor
@@ -17,15 +17,16 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_STRATEGIES_LIB)
+ $(TAO_STRATEGIES_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_STRATEGIES_LIB)
IDLFILES = \
- $(IDLDIR)\Test.idl
+ $(IDLDIR)\Test.idl
CPPDIR = .