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

svn commit: r421143 - /webservices/axis2/trunk/c/modules/wsdl/Makefile.am

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

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

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

Modified: webservices/axis2/trunk/c/modules/wsdl/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/wsdl/Makefile.am?rev=421143&r1=421142&r2=421143&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/wsdl/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/wsdl/Makefile.am Tue Jul 11 22:54:13 2006
@@ -27,6 +27,12 @@
                         wsdl_ext_soap_address.c \
                         wsdl_ext_soap_op.c
 
+
+libaxis2_wsdl_la_LIBADD = \
+                                  -laxis2_axiom \
+                                  -laxis2_util \
+                                  -laxis2_engine
+
 INCLUDES = -I$(top_builddir)/include \
             -I$(top_builddir)/xml_schema/include\
 			@UTILINC@ 



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