You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2005/12/29 07:44:19 UTC

svn commit: r359739 - in /webservices/axis2/trunk/c: configure.ac modules/xml/om/Makefile.am modules/xml/parser/libxml2/Makefile.am

Author: damitha
Date: Wed Dec 28 22:44:09 2005
New Revision: 359739

URL: http://svn.apache.org/viewcvs?rev=359739&view=rev
Log:
Changes in build files in respect to the changes in src folder remove

Modified:
    webservices/axis2/trunk/c/configure.ac
    webservices/axis2/trunk/c/modules/xml/om/Makefile.am
    webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am

Modified: webservices/axis2/trunk/c/configure.ac
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/configure.ac?rev=359739&r1=359738&r2=359739&view=diff
==============================================================================
--- webservices/axis2/trunk/c/configure.ac (original)
+++ webservices/axis2/trunk/c/configure.ac Wed Dec 28 22:44:09 2005
@@ -7,7 +7,7 @@
 AM_CONFIG_HEADER(config.h)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 
-AC_CONFIG_SRCDIR([modules/common/src/axis2.c])
+#AC_CONFIG_SRCDIR([modules/common/src/axis2.c])
 
 dnl Checks for programs.
 AC_PROG_CC
@@ -102,9 +102,7 @@
     modules/xml/parser/guththila/Makefile \
     modules/xml/parser/guththila/impl/Makefile \
     modules/xml/parser/guththila/impl/src/Makefile \
-    modules/xml/parser/guththila/src/Makefile \
     modules/xml/parser/libxml2/Makefile \
-    modules/xml/parser/libxml2/src/Makefile \
     modules/xml/soap/Makefile \
     modules/xml/om/Makefile \
     modules/util/Makefile \

Modified: webservices/axis2/trunk/c/modules/xml/om/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/om/Makefile.am?rev=359739&r1=359738&r2=359739&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/om/Makefile.am Wed Dec 28 22:44:09 2005
@@ -16,7 +16,7 @@
                         axis2_om_child_element_iterator.c \
                         axis2_om_children_with_specific_attribute_iterator.c
 
-libaxis2_om_la_LIBADD =  ../../../util/src/libaxis2_util.la 
+libaxis2_om_la_LIBADD =  ../../util/libaxis2_util.la 
 INCLUDES = -I$(top_builddir)/include \
             -I${CUTEST_HOME}/include \
             -I$(top_builddir)/modules/util \

Modified: webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am?rev=359739&r1=359738&r2=359739&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/xml/parser/libxml2/Makefile.am Wed Dec 28 22:44:09 2005
@@ -1,5 +1,4 @@
 lib_LTLIBRARIES = libaxis2_libxml2.la
-SUBDIRS = impl
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_libxml2_la_SOURCES = axis2_libxml2_reader_wrapper.c \
                               axis2_libxml2_writer_wrapper.c