summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Factory_finder.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Factory_finder.bor')
-rw-r--r--TAO/examples/Quoter/Factory_finder.bor10
1 files changed, 8 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/Factory_finder.bor b/TAO/examples/Quoter/Factory_finder.bor
index 19811e0febb..bf38b5006bd 100644
--- a/TAO/examples/Quoter/Factory_finder.bor
+++ b/TAO/examples/Quoter/Factory_finder.bor
@@ -20,7 +20,10 @@ CFLAGS = \
$(TAO_NAMING_CFLAGS) \
$(TAO_LIFECYCLE_CFLAGS) \
$(TAO_IORTABLE_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) \
@@ -28,7 +31,10 @@ LIBFILES = \
$(TAO_PORTABLESERVER_LIB) \
$(TAO_NAMING_LIB) \
$(TAO_LIFECYCLE_LIB) \
- $(TAO_IORTABLE_LIB)
+ $(TAO_IORTABLE_LIB) \
+ $(TAO_VALUETYPE_LIB) \
+ $(TAO_IORINTERCEPTOR_LIB) \
+ $(TAO_ORT_LIB)
IDLFILES = \
$(IDLDIR)\Quoter.idl