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 da...@apache.org on 2006/03/29 11:14:47 UTC

svn commit: r389718 - in /webservices/axis2/trunk/c/modules/core/clientapi/diclient: ./ Makefile.am

Author: damitha
Date: Wed Mar 29 01:14:45 2006
New Revision: 389718

URL: http://svn.apache.org/viewcvs?rev=389718&view=rev
Log:
Added new folder

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

Added: webservices/axis2/trunk/c/modules/core/clientapi/diclient/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/clientapi/diclient/Makefile.am?rev=389718&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/diclient/Makefile.am (added)
+++ webservices/axis2/trunk/c/modules/core/clientapi/diclient/Makefile.am Wed Mar 29 01:14:45 2006
@@ -0,0 +1,13 @@
+TESTS =
+lib_LTLIBRARIES = libaxis2_di_client.la
+libaxis2_di_client_la_SOURCES = \
+								di_client.c
+
+INCLUDES = -I$(top_builddir)/include \
+            -I$(top_builddir)/modules/util \
+            -I$(top_builddir)/modules/wsdl \
+            -I$(top_builddir)/modules/core/engine \
+            -I$(top_builddir)/modules/core/deployment \
+            -I$(top_builddir)/modules/core/transport \
+            -I$(top_builddir)/modules/xml/parser \
+            -I$(top_builddir)/modules/platforms