summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/performance-tests/Throughput
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-03-02 19:39:50 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-03-02 19:39:50 +0000
commit67c6534a01f6b545485753cb04855fdd0e953a8e (patch)
tree56404a3f8a0bde489ed09d42f7b04597f5892146 /TAO/orbsvcs/tests/Notify/performance-tests/Throughput
parent282bb6acf52308f6c9e2a9237b3e24560a718342 (diff)
downloadATCD-67c6534a01f6b545485753cb04855fdd0e953a8e.tar.gz
no message
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/performance-tests/Throughput')
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.bor2
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.bor b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.bor
index 0a7191d8dc3..df33a3b3325 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.bor
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/Throughput/Makefile.bor
@@ -20,6 +20,7 @@ CFLAGS = \
$(TAO_NOTIFY_CFLAGS) \
$(TAO_STRATEGIES_CFLAGS) \
$(TAO_NOTIFYTESTS_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS)
CPPDIR = .
@@ -35,5 +36,6 @@ LIBFILES = \
$(TAO_NOTIFY_LIB) \
$(TAO_STRATEGIES_LIB) \
$(TAO_NOTIFYTESTS_LIB) \
+ $(TAO_MESSAGING_LIB)
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>