diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-18 06:46:14 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2002-09-18 06:46:14 +0000 |
commit | 74b928d352cb056f5922d8047d07d466ccf37b5a (patch) | |
tree | e1f1c298ef5d8145553d6c1d8a49a71c8e135efc /TAO/orbsvcs/tests/Notify/MT_Dispatching | |
parent | 03b936ef55c8ce11b4f7df2d1aac714a519b36c3 (diff) | |
download | ATCD-74b928d352cb056f5922d8047d07d466ccf37b5a.tar.gz |
ChangeLogTag: Wed Sep 18 06:42:45 UTC 2002 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/MT_Dispatching')
-rw-r--r-- | TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor | 6 | ||||
-rw-r--r-- | TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor index 140483f963d..49d7e9db8bf 100644 --- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor +++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Consumer.bor @@ -23,7 +23,8 @@ CFLAGS = \ $(TAO_PORTABLESERVER_CFLAGS) \ $(TAO_ETCL_CFLAGS) \ $(TAO_NOTIFY_CFLAGS) \ - $(TAO_NOTIFYTESTS_CFLAGS) + $(TAO_NOTIFYTESTS_CFLAGS) \ + $(TAO_MESSAGING_CFLAGS) CPPDIR = . @@ -37,7 +38,8 @@ LIBFILES = \ $(TAO_PORTABLESERVER_LIB) \ $(TAO_ETCL_LIB) \ $(TAO_NOTIFY_LIB) \ - $(TAO_NOTIFYTESTS_LIB) + $(TAO_NOTIFYTESTS_LIB) \ + $(TAO_MESSAGING_LIB) IDLFILES = \ $(IDLDIR)\go.idl diff --git a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor index 49f07cde72a..01dfb923f14 100644 --- a/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor +++ b/TAO/orbsvcs/tests/Notify/MT_Dispatching/Structured_Supplier.bor @@ -22,7 +22,8 @@ CFLAGS = \ $(TAO_PORTABLESERVER_CFLAGS) \ $(TAO_ETCL_CFLAGS) \ $(TAO_NOTIFY_CFLAGS) \ - $(TAO_NOTIFYTESTS_CFLAGS) + $(TAO_NOTIFYTESTS_CFLAGS) \ + $(TAO_MESSAGING_CFLAGS) CPPDIR = . @@ -36,7 +37,8 @@ LIBFILES = \ $(TAO_PORTABLESERVER_LIB) \ $(TAO_ETCL_LIB) \ $(TAO_NOTIFY_LIB) \ - $(TAO_NOTIFYTESTS_LIB) + $(TAO_NOTIFYTESTS_LIB) \ + $(TAO_MESSAGING_LIB) IDLFILES = \ $(IDLDIR)\go.idl |