diff options
author | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-13 04:56:49 +0000 |
---|---|---|
committer | jtc <jtc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-11-13 04:56:49 +0000 |
commit | d09c5874e846894bf70bd594a29c5d0621c3b8a0 (patch) | |
tree | db0a54185d934b52abf189ca1a928e97efecc7c3 /ACEXML | |
parent | ec63765907986fa8a4f4cd4399cbad33e8cb4c26 (diff) | |
download | ATCD-d09c5874e846894bf70bd594a29c5d0621c3b8a0.tar.gz |
ChangeLogTag: Fri Nov 12 20:54:14 2004 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'ACEXML')
-rw-r--r-- | ACEXML/apps/svcconf/Makefile.am | 2 | ||||
-rw-r--r-- | ACEXML/common/Makefile.am | 2 | ||||
-rw-r--r-- | ACEXML/parser/parser/Makefile.am | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ACEXML/apps/svcconf/Makefile.am b/ACEXML/apps/svcconf/Makefile.am index a65f7cf69d0..fb12e5ca99f 100644 --- a/ACEXML/apps/svcconf/Makefile.am +++ b/ACEXML/apps/svcconf/Makefile.am @@ -8,6 +8,8 @@ ## MPC Command: ## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu +includedir = @includedir@/ACEXML/apps/svcconf + ACE_BUILDDIR = $(top_builddir) ACE_ROOT = $(top_srcdir) diff --git a/ACEXML/common/Makefile.am b/ACEXML/common/Makefile.am index c51b8debcc8..6b8d6cb1ef6 100644 --- a/ACEXML/common/Makefile.am +++ b/ACEXML/common/Makefile.am @@ -8,6 +8,8 @@ ## MPC Command: ## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu +includedir = @includedir@/ACEXML/common + ACE_BUILDDIR = $(top_builddir) ACE_ROOT = $(top_srcdir) diff --git a/ACEXML/parser/parser/Makefile.am b/ACEXML/parser/parser/Makefile.am index 1904417b2b3..f8951f268b7 100644 --- a/ACEXML/parser/parser/Makefile.am +++ b/ACEXML/parser/parser/Makefile.am @@ -8,6 +8,8 @@ ## MPC Command: ## /acebuilds/ACE_wrappers-repository/bin/mwc.pl -include /acebuilds/MPC/config -include /acebuilds/MPC/templates -feature_file /acebuilds/ACE_wrappers-repository/local.features -noreldefs -type automake -exclude build,Kokyu +includedir = @includedir@/ACEXML/parser/parser + ACE_BUILDDIR = $(top_builddir) ACE_ROOT = $(top_srcdir) |