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 sa...@apache.org on 2006/07/12 07:54:54 UTC

svn commit: r421145 - /webservices/axis2/trunk/c/modules/mod_addr/Makefile.am

Author: samisa
Date: Tue Jul 11 22:54:54 2006
New Revision: 421145

URL: http://svn.apache.org/viewvc?rev=421145&view=rev
Log:
correcting linking in libraries

Modified:
    webservices/axis2/trunk/c/modules/mod_addr/Makefile.am

Modified: webservices/axis2/trunk/c/modules/mod_addr/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/mod_addr/Makefile.am?rev=421145&r1=421144&r2=421145&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/mod_addr/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/mod_addr/Makefile.am Tue Jul 11 22:54:54 2006
@@ -7,7 +7,9 @@
                                 mod_addr.c
 
 libaxis2_mod_addr_la_LIBADD =  \
-					$(top_builddir)/modules/core/engine/libaxis2_engine.la
+					$(top_builddir)/modules/core/engine/libaxis2_engine.la \
+                                        -laxis2_axiom \
+                                        -laxis2_util
 
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/modules/core/description \



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