You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by pi...@apache.org on 2006/11/15 10:34:18 UTC

svn commit: r475170 - /webservices/axis2/trunk/c/rampart/test/omxmlsec/Makefile.am

Author: pini
Date: Wed Nov 15 01:34:17 2006
New Revision: 475170

URL: http://svn.apache.org/viewvc?view=rev&rev=475170
Log:
Fixed build break

Modified:
    webservices/axis2/trunk/c/rampart/test/omxmlsec/Makefile.am

Modified: webservices/axis2/trunk/c/rampart/test/omxmlsec/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/rampart/test/omxmlsec/Makefile.am?view=diff&rev=475170&r1=475169&r2=475170
==============================================================================
--- webservices/axis2/trunk/c/rampart/test/omxmlsec/Makefile.am (original)
+++ webservices/axis2/trunk/c/rampart/test/omxmlsec/Makefile.am Wed Nov 15 01:34:17 2006
@@ -13,7 +13,7 @@
 test_oxs_LDADD   = $(top_builddir)/src/util/librampart_util.la \
                     $(top_builddir)/src/omxmlsec/libomxmlsec.la \
                     $(top_builddir)/src/omxmlsec/openssl/libomopenssl.la \
-		   -laxis2_util \
-		   -laxis2_axiom\
-           -laxis2_libxml2\
+					../../../util/src/libaxis2_util.la \
+					../../../axiom/src/om/libaxis2_axiom.la \
+					../../../axiom/src/parser/libxml2/libaxis2_libxml2.la \
            -lxml2



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org