summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/SMI_Iterator/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/SMI_Iterator/Makefile')
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Content_Server/SMI_Iterator/Makefile b/TAO/examples/Content_Server/SMI_Iterator/Makefile
index 26901d59794..0aac1339873 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/Makefile
+++ b/TAO/examples/Content_Server/SMI_Iterator/Makefile
@@ -11,7 +11,7 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif
-LDLIBS = -lTAO_CosNaming -lTAO
+LDLIBS = -lTAO_CosNaming -lTAO_Svc_Utils -lTAO_PortableServer -lTAO
include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU
include $(TAO_ROOT)/rules.tao.GNU