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 da...@apache.org on 2006/05/01 23:46:02 UTC

svn commit: r398703 - /webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am

Author: damitha
Date: Mon May  1 14:46:00 2006
New Revision: 398703

URL: http://svn.apache.org/viewcvs?rev=398703&view=rev
Log:
Added svc_client.c, op_client.c and options.c to Makefile.am


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

Modified: webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am?rev=398703&r1=398702&r2=398703&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/Makefile.am Mon May  1 14:46:00 2006
@@ -9,7 +9,10 @@
                                 callback_recv.c \
                                 call.c \
                                 msg_sender.c \
-                                stub.c
+                                stub.c \
+								options.c \
+								op_client.c \
+								svc_client.c
 
 noinst_HEADERS = callback_recv.h \
                     listener_manager.h \