summaryrefslogtreecommitdiff
path: root/TAO/examples/POA/POA_BiDir/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/POA/POA_BiDir/Makefile.bor')
-rw-r--r--TAO/examples/POA/POA_BiDir/Makefile.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/examples/POA/POA_BiDir/Makefile.bor b/TAO/examples/POA/POA_BiDir/Makefile.bor
index 9b4816d4b33..0c7c219847c 100644
--- a/TAO/examples/POA/POA_BiDir/Makefile.bor
+++ b/TAO/examples/POA/POA_BiDir/Makefile.bor
@@ -11,13 +11,19 @@ CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
$(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_BIDIRGIOP_CFLAGS)
+ $(TAO_BIDIRGIOP_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
- $(TAO_BIDIRGIOP_LIB)
+ $(TAO_BIDIRGIOP_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
CPPDIR = .;..