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/01/28 08:02:28 UTC

svn commit: r373096 - /webservices/axis2/trunk/c/test/core/clientapi/Makefile.am

Author: samisa
Date: Fri Jan 27 23:02:22 2006
New Revision: 373096

URL: http://svn.apache.org/viewcvs?rev=373096&view=rev
Log:
Fixed the errors caused due to platfrom not being included

Modified:
    webservices/axis2/trunk/c/test/core/clientapi/Makefile.am

Modified: webservices/axis2/trunk/c/test/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?rev=373096&r1=373095&r2=373096&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Fri Jan 27 23:02:22 2006
@@ -21,8 +21,9 @@
 	                -laxis2_receivers \
 					-laxis2_clientapi \
 					-laxis2_soap \
-	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
-	                -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
+                    -laxis2_unix \
+	                -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME) \
+	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME)
 
 test_client_LDADD   =  -L$(AXIS2C_HOME)/lib \
                     -laxis2_description \
@@ -39,8 +40,9 @@
 	                -laxis2_receivers \
 					-laxis2_clientapi \
 					-laxis2_soap \
-	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
-	                -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
+                    -laxis2_unix \
+	                -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME) \
+	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) 
 
 INCLUDES = -I${CUTEST_HOME}/include \
             -I$(top_builddir)/include \