summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/Log/Event
diff options
context:
space:
mode:
authorbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-13 12:47:18 +0000
committerbala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-13 12:47:18 +0000
commitbcc1baa614dea0e9103c6a432fd0bc7931958132 (patch)
treee407105fe8940e9132e196e58999b1086d060d68 /TAO/orbsvcs/examples/Log/Event
parent60583962cfdb6285b38ab7dcd05b7052ea1fb2de (diff)
downloadATCD-bcc1baa614dea0e9103c6a432fd0bc7931958132.tar.gz
ChangeLogTag:Tue May 13 07:44:46 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/orbsvcs/examples/Log/Event')
-rw-r--r--TAO/orbsvcs/examples/Log/Event/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/Log/Event/Makefile b/TAO/orbsvcs/examples/Log/Event/Makefile
index 80d478bda15..2301df7261b 100644
--- a/TAO/orbsvcs/examples/Log/Event/Makefile
+++ b/TAO/orbsvcs/examples/Log/Event/Makefile
@@ -18,7 +18,7 @@ BIN2 = Event_Consumer \
Event_Supplier
PSRC=$(addsuffix .cpp,$(BIN2))
-LDLIBS = -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosEvent -lTAO_CosNaming -lTAO_PortableServer -lTAO
+LDLIBS = -lTAO_DsEventLogAdmin -lTAO_DsLogAdmin -lTAO_CosEvent -lTAO_CosNaming $(TAO_SRVR_LIBS)
CPPFLAGS += -I$(TAO_ROOT) -I$(TAO_ROOT)/orbsvcs \
$(foreach svc, $(TAO_ORBSVCS), -DTAO_ORBSVCS_HAS_$(svc))