summaryrefslogtreecommitdiff
path: root/TAO/examples/Content_Server/SMI_Iterator/server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Content_Server/SMI_Iterator/server.bor')
-rw-r--r--TAO/examples/Content_Server/SMI_Iterator/server.bor12
1 files changed, 9 insertions, 3 deletions
diff --git a/TAO/examples/Content_Server/SMI_Iterator/server.bor b/TAO/examples/Content_Server/SMI_Iterator/server.bor
index 150aef392bb..a37a1c40ff3 100644
--- a/TAO/examples/Content_Server/SMI_Iterator/server.bor
+++ b/TAO/examples/Content_Server/SMI_Iterator/server.bor
@@ -20,7 +20,10 @@ CFLAGS = \
$(TAO_NAMING_CFLAGS) \
$(TAO_SVC_UTILS_CFLAGS) \
$(TAO_IORTABLE_CFLAGS) \
- $(TAO_MESSAGING_CFLAGS)
+ $(TAO_MESSAGING_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
@@ -29,8 +32,11 @@ LIBFILES = \
$(TAO_NAMING_LIB) \
$(TAO_SVC_UTILS_LIB) \
$(TAO_IORTABLE_LIB) \
- $(TAO_MESSAGING_LIB)
-
+ $(TAO_MESSAGING_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
+
IDLFILES = \
$(IDLDIR)\Web_Server.idl