summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/AMI_Iterator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/AMI_Iterator/Makefile')
-rw-r--r--TAO/examples/Content_Server/AMI_Iterator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Content_Server/AMI_Iterator/Makefile b/TAO/examples/Content_Server/AMI_Iterator/Makefile
index 40cfd2ada3b..a0cf915782a 100644
--- a/TAO/examples/Content_Server/AMI_Iterator/Makefile
+++ b/TAO/examples/Content_Server/AMI_Iterator/Makefile
@@ -10,7 +10,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging -lTAO_Valuetype -lTAO_PortableServer -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_IORTable -lTAO_Messaging -lTAO_PortableServer -lTAO_Valuetype -lTAO_ObjRefTemplate -lTAO_IORInterceptor -lTAO
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU