summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/examples/RtEC/Kokyu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/examples/RtEC/Kokyu/Makefile')
-rw-r--r--TAO/orbsvcs/examples/RtEC/Kokyu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/examples/RtEC/Kokyu/Makefile b/TAO/orbsvcs/examples/RtEC/Kokyu/Makefile
index 207f045e829..b6905c14bc2 100644
--- a/TAO/orbsvcs/examples/RtEC/Kokyu/Makefile
+++ b/TAO/orbsvcs/examples/RtEC/Kokyu/Makefile
@@ -15,7 +15,7 @@ endif # ! TAO_ROOT
BIN = Service
PSRC= Service.cpp Supplier.cpp Consumer.cpp
-LDLIBS = -lTAO_RTKokyuEvent -lKokyu -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging $(TAO_SRVR_LIBS)
+LDLIBS = -lTAO_RTKokyuEvent -lKokyu -lTAO_RTEvent -lTAO_RTSched -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging $(TAO_SRVR_LIBS) -L$(DATASTREAM_ROOT)/lib -ldsui
# The complete path to orbsvcs/orbsvcs/Sched is required for DU/CXX
# automatic template instantiation magic.