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 pi...@apache.org on 2006/12/08 12:29:50 UTC

svn commit: r483942 - /webservices/axis2/trunk/c/axiom/src/om/Makefile.am

Author: pini
Date: Fri Dec  8 03:29:42 2006
New Revision: 483942

URL: http://svn.apache.org/viewvc?view=rev&rev=483942
Log:
Linking libaxis2_util.so from correct path.

Modified:
    webservices/axis2/trunk/c/axiom/src/om/Makefile.am

Modified: webservices/axis2/trunk/c/axiom/src/om/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/om/Makefile.am?view=diff&rev=483942&r1=483941&r2=483942
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/om/Makefile.am (original)
+++ webservices/axis2/trunk/c/axiom/src/om/Makefile.am Fri Dec  8 03:29:42 2006
@@ -19,7 +19,7 @@
 libaxis2_axiom_la_LIBADD =	$(top_builddir)/src/soap/libaxis2_soap.la \
 							$(top_builddir)/src/attachments/libaxis2_attachments.la \
                     		$(top_builddir)/src/util/libaxis2_axiom_util.la \
-							../../../util/src/.libs/libaxis2_util.la
+							../../../util/src/libaxis2_util.la
 
 INCLUDES =	-I$(top_builddir)/include \
             -I$(top_builddir)/src/parser \



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