diff options
Diffstat (limited to 'TAO/examples/Callback_Quoter')
-rw-r--r-- | TAO/examples/Callback_Quoter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Makefile b/TAO/examples/Callback_Quoter/Makefile index e140a1235c9..d15ea4cb69d 100644 --- a/TAO/examples/Callback_Quoter/Makefile +++ b/TAO/examples/Callback_Quoter/Makefile @@ -12,7 +12,7 @@ ifndef TAO_ROOT TAO_ROOT = $(ACE_ROOT)/TAO endif # ! TAO_ROOT -LDLIBS = -lTAO -lTAO_CosNaming +LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO IDL_SRC = NotifierC.cpp NotifierS.cpp ConsumerC.cpp ConsumerS.cpp |