summaryrefslogtreecommitdiff
path: root/TAO/examples/Quoter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Quoter/Makefile')
-rw-r--r--TAO/examples/Quoter/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/TAO/examples/Quoter/Makefile b/TAO/examples/Quoter/Makefile
index 30d218e81a7..331a7f83ad8 100644
--- a/TAO/examples/Quoter/Makefile
+++ b/TAO/examples/Quoter/Makefile
@@ -84,13 +84,11 @@ TSS_ORB_FLAG = #-DTAO_HAS_TSS_ORBCORE
LDFLAGS += -L$(TAO_ROOT)/orbsvcs/orbsvcs -L$(TAO_ROOT)/tao
CPPFLAGS += -I$(TAO_ROOT)/orbsvcs -I$(TAO_ROOT)/orbsvcs/orbsvcs \
-I$(TAO_ROOT) $(TSS_ORB_FLAG)
+TAO_IDLFLAGS += -I$(TAO_ROOT)/orbsvcs/orbsvcs
realclean: clean
-/bin/rm -rf *C.* *S.* *S_T.*
-$(IDL_SRC): Quoter.idl
- $(TAO_ROOT)/TAO_IDL/tao_idl Quoter.idl -I$(TAO_ROOT)/orbsvcs/orbsvcs
-
.PRECIOUS: $(IDL_SRC)
client: $(addprefix $(VDIR),$(CLIENT_OBJS))