summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-19 18:12:15 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-02-19 18:12:15 +0000
commit44011e4c3ce5c70df3c4ccfd4627c23110adda59 (patch)
treeb281304f7ab75b3db56f2f146be678ae54f1a84b /TAO/examples/Quoter
parent27171b7ed5d43d55dae3949373572ed8ab8c6a18 (diff)
downloadATCD-44011e4c3ce5c70df3c4ccfd4627c23110adda59.tar.gz
ChangeLogTag:Mon Feb 19 09:59:01 2001 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/examples/Quoter')
-rw-r--r--TAO/examples/Quoter/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/TAO/examples/Quoter/Makefile b/TAO/examples/Quoter/Makefile
index 86531faac74..03679a97577 100644
--- a/TAO/examples/Quoter/Makefile
+++ b/TAO/examples/Quoter/Makefile
@@ -6,8 +6,6 @@ ifndef TAO_ROOT
TAO_ROOT = $(ACE_ROOT)/TAO
endif # TAO_ROOT
-override TAO_IDLFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs -Ge 1
-
# The following lines tell the souce code that the trading
# service is available.
@@ -45,6 +43,7 @@ GENERIC_FACTORY_OBJS = $(COMMON_OBJS) Generic_Factory.o Generic_Factory_i.o
BIN2 = client server Factory_Finder Generic_Factory
+TAO_IDLFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs -Ge 1
#----------------------------------------------------------------------------
# Include macros and targets
#----------------------------------------------------------------------------