summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Client.bor')
-rw-r--r--TAO/examples/Quoter/Client.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/Client.bor b/TAO/examples/Quoter/Client.bor
index 0dd33a5ddce..f6907aceabc 100644
--- a/TAO/examples/Quoter/Client.bor
+++ b/TAO/examples/Quoter/Client.bor
@@ -18,14 +18,20 @@ CFLAGS = \
$(TAO_PORTABLESERVER_CFLAGS) \
$(TAO_NAMING_CFLAGS) \
$(TAO_LIFECYCLE_CFLAGS) \
- -I$(ACE_ROOT)/TAO/orbsvcs/orbsvcs
+ -I$(ACE_ROOT)/TAO/orbsvcs/orbsvcs \
+ $(TAO_VALUETYPE_CFLAGS) \
+ $(TAO_IORINTERCEPTOR_CFLAGS) \
+ $(TAO_ORT_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_NAMING_LIB) \
- $(TAO_LIFECYCLE_LIB)
+ $(TAO_LIFECYCLE_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
IDLFILES = \
$(IDLDIR)\Quoter.idl