diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-02 10:02:38 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-01-02 10:02:38 +0000 |
commit | 3795560ff33eb46e3768a2e98c110e8c4b004749 (patch) | |
tree | 371d5615511002700d33d7297200921e0c2148a8 /TAO/tests/Hello | |
parent | c2e419e28ba7f1e161e161f4a4c8751ea5822901 (diff) | |
download | ATCD-3795560ff33eb46e3768a2e98c110e8c4b004749.tar.gz |
Tue Jan 2 09:13:36 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Hello')
-rw-r--r-- | TAO/tests/Hello/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Hello/Makefile.am b/TAO/tests/Hello/Makefile.am index f89416137e5..692871fcb95 100644 --- a/TAO/tests/Hello/Makefile.am +++ b/TAO/tests/Hello/Makefile.am @@ -13,7 +13,7 @@ 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_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_IDLFLAGS = -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) noinst_PROGRAMS = |