Author: pini
Date: Wed Jun 14 22:49:34 2006
New Revision: 414474
URL: http://svn.apache.org/viewvc?rev=414474&view=rev
Log:
corrected build problems
Modified:
webservices/axis2/trunk/c/xml_schema/configure.ac
webservices/axis2/trunk/c/xml_schema/samples/Makefile.am
webservices/axis2/trunk/c/xml_schema/test/Makefile.am
Modified: webservices/axis2/trunk/c/xml_schema/configure.ac
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/configure.ac?rev=414474&r1=414473&r2=414474&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/configure.ac (original)
+++ webservices/axis2/trunk/c/xml_schema/configure.ac Wed Jun 14 22:49:34 2006
@@ -106,6 +106,7 @@
AC_SUBST(UTILINC)
AC_SUBST(AXIOMINC)
+AC_SUBST(TESTDIR)
AC_CONFIG_FILES([Makefile
src/Makefile \
Modified: webservices/axis2/trunk/c/xml_schema/samples/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/samples/Makefile.am?rev=414474&r1=414473&r2=414474&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/samples/Makefile.am (original)
+++ webservices/axis2/trunk/c/xml_schema/samples/Makefile.am Wed Jun 14
22:49:34 2006
@@ -1,5 +1,5 @@
TESTS = test_schema
-prgbindir=$(prefix)/bin/system_test
+prgbindir=$(prefix)/bin/samples/xml_schema
prgbin_PROGRAMS = test_schema
check_PROGRAMS = test_schema
test_schema_SOURCES = test_schema.c
Modified: webservices/axis2/trunk/c/xml_schema/test/Makefile.am
URL:
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xml_schema/test/Makefile.am?rev=414474&r1=414473&r2=414474&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xml_schema/test/Makefile.am (original)
+++ webservices/axis2/trunk/c/xml_schema/test/Makefile.am Wed Jun 14 22:49:34
2006
@@ -1,6 +1,5 @@
TESTS = xml_schema_test
-prgbin_PROGRAMS = xml_schema_test
-prgbindir=
+bin_PROGRAMS = xml_schema_test
check_PROGRAMS = xml_schema_test
SUBDIRS =
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]