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/24 05:47:51 UTC

svn commit: r371812 - in /webservices/axis2/trunk/c/test/core/clientapi: Makefile.am client.c test_client.c

Author: samisa
Date: Mon Jan 23 20:47:45 2006
New Revision: 371812

URL: http://svn.apache.org/viewcvs?rev=371812&view=rev
Log:
Added test client to make system

Added:
    webservices/axis2/trunk/c/test/core/clientapi/test_client.c
      - copied unchanged from r371807, webservices/axis2/trunk/c/test/core/clientapi/client.c
Removed:
    webservices/axis2/trunk/c/test/core/clientapi/client.c
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=371812&r1=371811&r2=371812&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Mon Jan 23 20:47:45 2006
@@ -1,11 +1,30 @@
 prgbindir=$(prefix)/bin/system_test
-prgbin_PROGRAMS = test_clientapi
+prgbin_PROGRAMS = test_clientapi test_client
 SUBDIRS =
 AM_CPPFLAGS = $(CPPFLAGS) -g -pthread 
 test_clientapi_SOURCES = test_clientapi.c
+test_client_SOURCES = test_client.c
 
 
 test_clientapi_LDADD   =  -L$(AXIS2C_HOME)/lib \
+                    -laxis2_description \
+	                -laxis2_context \
+	                -laxis2_util \
+	                -laxis2_core_util \
+	                -laxis2_deployment \
+	                -laxis2_om \
+	                -laxis2_engine \
+	                -laxis2_wsdl \
+	                -laxis2_parser \
+	                -laxis2_phaseresolver \
+	                -laxis2_addr \
+	                -laxis2_receivers \
+					-laxis2_clientapi \
+					-laxis2_soap \
+	                -L$(GUTHTHILA_LIB) $(GUTHTHILA_LIBNAME) \
+	                -L$(LIBXML2_LIB) $(LIBXML2_LIBNAME)
+
+test_client_LDADD   =  -L$(AXIS2C_HOME)/lib \
                     -laxis2_description \
 	                -laxis2_context \
 	                -laxis2_util \