summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Notify
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-28 18:53:13 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-28 18:53:13 +0000
commit84fcb51fd9fd821e1e633abd14cf02b4544a7ec8 (patch)
treee6c24a0a0d415c647673fe098ea5d3c29635d0d0 /TAO/orbsvcs/examples/Notify
parent0d4b8e3f2074402660cc0ecb627c5c6248cebe2d (diff)
downloadATCD-84fcb51fd9fd821e1e633abd14cf02b4544a7ec8.tar.gz
ChangeLogTag:Mon Aug 28 11:49:46 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/Notify')
-rw-r--r--TAO/orbsvcs/examples/Notify/Filter/Makefile2
-rw-r--r--TAO/orbsvcs/examples/Notify/Subscribe/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/examples/Notify/Filter/Makefile b/TAO/orbsvcs/examples/Notify/Filter/Makefile
index 7c0454f2aec..fe0108a51f4 100644
--- a/TAO/orbsvcs/examples/Notify/Filter/Makefile
+++ b/TAO/orbsvcs/examples/Notify/Filter/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNotification -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNotification -lTAO_CosNaming -lTAO_DynamicAny -lTAO
LSRC = Filter.cpp main.cpp
diff --git a/TAO/orbsvcs/examples/Notify/Subscribe/Makefile b/TAO/orbsvcs/examples/Notify/Subscribe/Makefile
index ba10aff2594..cf06b7924cb 100644
--- a/TAO/orbsvcs/examples/Notify/Subscribe/Makefile
+++ b/TAO/orbsvcs/examples/Notify/Subscribe/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNotification -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNotification -lTAO_CosNaming -lTAO_DynamicAny -lTAO
LSRC = Subscribe.cpp main.cpp