summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/grid/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/grid/Makefile')
-rw-r--r--TAO/examples/Simple/grid/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/grid/Makefile b/TAO/examples/Simple/grid/Makefile
index add031d0b5d..8cd6a0f9413 100644
--- a/TAO/examples/Simple/grid/Makefile
+++ b/TAO/examples/Simple/grid/Makefile
@@ -12,7 +12,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_PortableServer -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_PortableServer -lTAO_Valuetype -lTAO_ObjRefTemplate -lTAO_IORInterceptor -lTAO
IDL_FILES = Grid
IDL_SRC = GridC.cpp GridS.cpp