diff options
Diffstat (limited to 'TAO/examples/Callback_Quoter/Makefile.am')
-rw-r--r-- | TAO/examples/Callback_Quoter/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Callback_Quoter/Makefile.am b/TAO/examples/Callback_Quoter/Makefile.am index e8c281275c8..b973cd3ca47 100644 --- a/TAO/examples/Callback_Quoter/Makefile.am +++ b/TAO/examples/Callback_Quoter/Makefile.am @@ -12,7 +12,7 @@ ACE_BUILDDIR = $(top_builddir)/.. ACE_ROOT = $(top_srcdir)/.. TAO_BUILDDIR = $(top_builddir) TAO_IDL = ACE_ROOT=$(ACE_ROOT) TAO_ROOT=$(TAO_ROOT) $(TAO_BUILDDIR)/TAO_IDL/tao_idl -TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO/TAO_IDL/tao_idl +TAO_IDL_DEP = $(TAO_BUILDDIR)/TAO_IDL/tao_idl TAO_IDLFLAGS = -Ge 1 -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -I$(TAO_ROOT) -I$(srcdir) -g $(ACE_BUILDDIR)/apps/gperf/src/gperf TAO_ROOT = $(top_srcdir) |