summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/DSI/server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/DSI/server.bor')
-rw-r--r--TAO/examples/POA/DSI/server.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/examples/POA/DSI/server.bor b/TAO/examples/POA/DSI/server.bor
index 9d921c3deaf..1311565d566 100644
--- a/TAO/examples/POA/DSI/server.bor
+++ b/TAO/examples/POA/DSI/server.bor
@@ -16,13 +16,19 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_DYNAMICINTERFACE_CFLAGS)
+ $(TAO_DYNAMICINTERFACE_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
- $(TAO_DYNAMICINTERFACE_LIB)
+ $(TAO_DYNAMICINTERFACE_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
IDLFILES = \
$(IDLDIR)\Database.idl