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 pi...@apache.org on 2007/09/05 10:08:17 UTC

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

Author: pini
Date: Wed Sep  5 01:08:15 2007
New Revision: 572896

URL: http://svn.apache.org/viewvc?rev=572896&view=rev
Log:
Fixed build break

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/viewvc/webservices/axis2/trunk/c/test/core/clientapi/Makefile.am?rev=572896&r1=572895&r2=572896&view=diff
==============================================================================
--- webservices/axis2/trunk/c/test/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/test/core/clientapi/Makefile.am Wed Sep  5 01:08:15 2007
@@ -1,6 +1,6 @@
 TESTS = test_client test_clientapi test_svc_client_handler_count
 noinst_PROGRAMS = test_client test_clientapi test_svc_client_handler_count
-check_PROGRAMS = test_client test_clientapi test_svc_client_handler_count.c
+check_PROGRAMS = test_client test_clientapi test_svc_client_handler_count
 SUBDIRS =
 AM_CFLAGS = -g -pthread 
 test_client_SOURCES = test_client.c



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