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 na...@apache.org on 2010/01/08 07:47:31 UTC

svn commit: r897113 - in /webservices/axis2/trunk/c/axiom/test: om/Makefile.am soap/Makefile.am xpath/Makefile.am

Author: nandika
Date: Fri Jan  8 06:46:48 2010
New Revision: 897113

URL: http://svn.apache.org/viewvc?rev=897113&view=rev
Log:
Makefiles updated

Modified:
    webservices/axis2/trunk/c/axiom/test/om/Makefile.am
    webservices/axis2/trunk/c/axiom/test/soap/Makefile.am
    webservices/axis2/trunk/c/axiom/test/xpath/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/test/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/om/Makefile.am?rev=897113&r1=897112&r2=897113&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/om/Makefile.am Fri Jan  8 06:46:48 2010
@@ -6,8 +6,7 @@
 test_om_SOURCES = test_om.c
 
 test_om_LDADD   =	../../../util/src/libaxutil.la \
-                    $(top_builddir)/src/om/libaxis2_axiom.la \
-                    $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
+                    $(top_builddir)/src/om/libaxis2_axiom.la 
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/src/parser \

Modified: webservices/axis2/trunk/c/axiom/test/soap/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/soap/Makefile.am?rev=897113&r1=897112&r2=897113&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/soap/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/soap/Makefile.am Fri Jan  8 06:46:48 2010
@@ -6,8 +6,7 @@
 test_soap_SOURCES = test_soap.c
 
 test_soap_LDADD   =	../../../util/src/libaxutil.la \
-					$(top_builddir)/src/om/libaxis2_axiom.la \
-					$(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
+					$(top_builddir)/src/om/libaxis2_axiom.la 
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/src/parser \

Modified: webservices/axis2/trunk/c/axiom/test/xpath/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/test/xpath/Makefile.am?rev=897113&r1=897112&r2=897113&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/test/xpath/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/test/xpath/Makefile.am Fri Jan  8 06:46:48 2010
@@ -8,13 +8,11 @@
 
 test_xpath_LDADD   =	../../../util/src/libaxutil.la \
                     $(top_builddir)/src/om/libaxis2_axiom.la \
-                    $(top_builddir)/src/xpath/libaxis2_xpath.la \
-                    $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
+                    $(top_builddir)/src/xpath/libaxis2_xpath.la 
 
 test_xpath_streaming_LDADD   =	../../../util/src/libaxutil.la \
                     $(top_builddir)/src/om/libaxis2_axiom.la \
-                    $(top_builddir)/src/xpath/libaxis2_xpath.la \
-                    $(top_builddir)/src/parser/$(WRAPPER_DIR)/libaxis2_parser.la
+                    $(top_builddir)/src/xpath/libaxis2_xpath.la 
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/src/parser \