summaryrefslogtreecommitdiff
path: root/TAO/examples/Advanced/ch_8_and_10/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Advanced/ch_8_and_10/Makefile')
-rw-r--r--TAO/examples/Advanced/ch_8_and_10/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Advanced/ch_8_and_10/Makefile b/TAO/examples/Advanced/ch_8_and_10/Makefile
index 2e3af07c96f..b4bc1619e1d 100644
--- a/TAO/examples/Advanced/ch_8_and_10/Makefile
+++ b/TAO/examples/Advanced/ch_8_and_10/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO -lTAO_PortableServer
+LDLIBS = -lTAO -lTAO_PortableServer -lTAO_Valuetype -lTAO_ObjRefTemplate -lTAO_IORInterceptor
IDL_FILES = CCS
IDL_SRC = CCSC.cpp CCSS.cpp
IDL_HDR = CCSC.h CCSS.h