summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2002-09-14 18:18:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2002-09-14 18:18:11 +0000
commit78f4c3662ea2ae50aa93c2009d98029bd2557021 (patch)
tree87857aeb977b84394b4d67a865f00c0d28f6be8c /TAO/orbsvcs/tests/Notify/performance-tests/RedGreen
parent43e92a0164c61f3c60090c7d03dab511764f240c (diff)
downloadATCD-78f4c3662ea2ae50aa93c2009d98029bd2557021.tar.gz
ChangeLogTag: Sat Sep 14 18:12:12 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/performance-tests/RedGreen')
-rw-r--r--TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
index 0a6cf9bc204..7fdf6a9f59b 100644
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/Makefile.bor
@@ -18,7 +18,8 @@ CFLAGS = \
$(TAO_IORTABLE_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_ETCL_CFLAGS) \
- $(TAO_NOTIFY_CFLAGS)
+ $(TAO_NOTIFY_CFLAGS) \
+ $(TAO_MESSAGING_CFLAGS)
CPPDIR = .
@@ -31,7 +32,8 @@ LIBFILES = \
$(TAO_IORTABLE_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_ETCL_LIB) \
- $(TAO_NOTIFY_LIB)
+ $(TAO_NOTIFY_LIB) \
+ $(TAO_MESSAGING_LIB)
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>