This is an automated email from the ASF dual-hosted git repository. billblough pushed a commit to tag 0.94 in repository https://gitbox.apache.org/repos/asf/axis-axis2-c-core.git
commit ddafe28f2cb4a5d5025c612fbdedb741c60914bd Author: Weerapurage Dinesh Premalal <[email protected]> AuthorDate: Tue Oct 3 16:02:41 2006 +0000 codegen and tcpmon samples --- rampart/src/data/Makefile.am | 3 +++ tools/codegen/src/Makefile.am | 2 +- tools/codegen/src/schema/Makefile.am | 2 +- tools/tcpmon/src/Makefile.am | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/rampart/src/data/Makefile.am b/rampart/src/data/Makefile.am index fcc8126..2a6211e 100644 --- a/rampart/src/data/Makefile.am +++ b/rampart/src/data/Makefile.am @@ -1 +1,4 @@ +datadir=$(prefix)/rampart/rampart/ +data_DATA=module.xml EXTRA_DIST = module.xml + diff --git a/tools/codegen/src/Makefile.am b/tools/codegen/src/Makefile.am index bcc2862..99cb8a0 100644 --- a/tools/codegen/src/Makefile.am +++ b/tools/codegen/src/Makefile.am @@ -3,7 +3,7 @@ SUBDIRS = util wsdl templates typemappers schema templatesdir=$(prefix)/conf typemappersdir=$(prefix)/conf -prgbindir=$(prefix)/bin +prgbindir=$(prefix)/bin/tools prgbin_PROGRAMS = w2c w2c_SOURCES = wsdl2code.c diff --git a/tools/codegen/src/schema/Makefile.am b/tools/codegen/src/schema/Makefile.am index b96550c..c060a5e 100644 --- a/tools/codegen/src/schema/Makefile.am +++ b/tools/codegen/src/schema/Makefile.am @@ -1,7 +1,7 @@ SUBDIRS= compiler writer prglibdir=$(prefix)/lib/codegen -prgbindir=$(prefix)/bin +prgbindir=$(prefix)/bin/tools prgbin_PROGRAMS = x2c diff --git a/tools/tcpmon/src/Makefile.am b/tools/tcpmon/src/Makefile.am index c787b43..7fc70fe 100644 --- a/tools/tcpmon/src/Makefile.am +++ b/tools/tcpmon/src/Makefile.am @@ -1,5 +1,5 @@ prglibdir=$(prefix)/lib -prgbindir=$(prefix)/bin +prgbindir=$(prefix)/bin/tools prglib_LTLIBRARIES = \ libaxis2_tcpmon.la
