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 2005/12/02 06:33:38 UTC

svn commit: r351603 - in /webservices/axis2/trunk/c/modules/core/transport/src: ./ Makefile.am transport_listener.c transport_sender.c

Author: damitha
Date: Thu Dec  1 21:33:32 2005
New Revision: 351603

URL: http://svn.apache.org/viewcvs?rev=351603&view=rev
Log:
New transport related files

Added:
    webservices/axis2/trunk/c/modules/core/transport/src/
    webservices/axis2/trunk/c/modules/core/transport/src/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/src/transport_listener.c
    webservices/axis2/trunk/c/modules/core/transport/src/transport_sender.c

Added: webservices/axis2/trunk/c/modules/core/transport/src/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/src/Makefile.am?rev=351603&view=auto
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/src/Makefile.am (added)
+++ webservices/axis2/trunk/c/modules/core/transport/src/Makefile.am Thu Dec  1 21:33:32 2005
@@ -0,0 +1,9 @@
+lib_LTLIBRARIES = libaxis2_transport.la
+AM_CPPFLAGS = $(CPPFLAGS)
+libaxis2_transport_la_SOURCES = transport_listener.c \
+                            transport_sender.c
+
+libaxis2_transport_la_LIBADD = $(LDFLAGS)
+INCLUDES = -I${CUTEST_HOME}/include -I$(top_builddir)/include \
+            -I$(top_builddir)/modules/util/src \
+            -I$(top_builddir)/modules/core/transport

Added: webservices/axis2/trunk/c/modules/core/transport/src/transport_listener.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/src/transport_listener.c?rev=351603&view=auto
==============================================================================
    (empty)

Added: webservices/axis2/trunk/c/modules/core/transport/src/transport_sender.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/src/transport_sender.c?rev=351603&view=auto
==============================================================================
    (empty)