summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/Loader/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/Loader/Makefile.bor')
-rw-r--r--TAO/examples/POA/Loader/Makefile.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/examples/POA/Loader/Makefile.bor b/TAO/examples/POA/Loader/Makefile.bor
index 68283489ecd..7b2d401c4fd 100644
--- a/TAO/examples/POA/Loader/Makefile.bor
+++ b/TAO/examples/POA/Loader/Makefile.bor
@@ -13,12 +13,18 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
CPPDIR = .