summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>