diff options
Diffstat (limited to 'TAO/examples/Callback_Quoter/Makefile')
-rw-r--r-- | TAO/examples/Callback_Quoter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Makefile b/TAO/examples/Callback_Quoter/Makefile index 376cf7a6855..0615a632aa0 100644 --- a/TAO/examples/Callback_Quoter/Makefile +++ b/TAO/examples/Callback_Quoter/Makefile @@ -61,6 +61,8 @@ SIMPLE_SVR_OBJS = \ ConsumerS.o\ notifier.o +VLDLIBS = $(LDLIBS:%=%$(VAR)) + BIN2 = notifier \ consumer\ supplier @@ -78,7 +80,6 @@ TAO_IDLFLAGS += -Ge 1 #---------------------------------------------------------------------------- include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU - include $(ACE_ROOT)/include/makeinclude/macros.GNU include $(TAO_ROOT)/rules.tao.GNU include $(ACE_ROOT)/include/makeinclude/rules.common.GNU |