diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-27 15:32:28 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2008-06-27 15:32:28 +0000 |
commit | 638bcb765e5c1cddb2ec86ee090c4b20bf6663ee (patch) | |
tree | 7ef5b831d1da3ccf45de9f592b2ba56983e16cb8 /TAO/tests/NestedUpcall | |
parent | 2d902292fb5f093f33bf984618216258870ee604 (diff) | |
download | ATCD-638bcb765e5c1cddb2ec86ee090c4b20bf6663ee.tar.gz |
ChangeLogTag: Fri Jun 27 15:16:58 UTC 2008 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'TAO/tests/NestedUpcall')
-rw-r--r-- | TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am | 2 | ||||
-rw-r--r-- | TAO/tests/NestedUpcall/Simple/Makefile.am | 2 | ||||
-rw-r--r-- | TAO/tests/NestedUpcall/Triangle_Test/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am b/TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am index bc143f35560..ddbd154fcff 100644 --- a/TAO/tests/NestedUpcall/MT_Client_Test/Makefile.am +++ b/TAO/tests/NestedUpcall/MT_Client_Test/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 = -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/ace_gperf TAO_ROOT = $(top_srcdir) noinst_PROGRAMS = diff --git a/TAO/tests/NestedUpcall/Simple/Makefile.am b/TAO/tests/NestedUpcall/Simple/Makefile.am index 2493cf4de73..2f3397a15a8 100644 --- a/TAO/tests/NestedUpcall/Simple/Makefile.am +++ b/TAO/tests/NestedUpcall/Simple/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 = -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/ace_gperf TAO_ROOT = $(top_srcdir) noinst_PROGRAMS = diff --git a/TAO/tests/NestedUpcall/Triangle_Test/Makefile.am b/TAO/tests/NestedUpcall/Triangle_Test/Makefile.am index 34901f48553..96374a10b97 100644 --- a/TAO/tests/NestedUpcall/Triangle_Test/Makefile.am +++ b/TAO/tests/NestedUpcall/Triangle_Test/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 = -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/ace_gperf TAO_ROOT = $(top_srcdir) noinst_PROGRAMS = |