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/11 04:19:28 UTC

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

Author: samisa
Date: Tue Jan 10 19:19:23 2006
New Revision: 367894

URL: http://svn.apache.org/viewcvs?rev=367894&view=rev
Log:
Removed unwanted empty file

Removed:
    webservices/axis2/trunk/c/modules/core/transport/transport_listener.c
    webservices/axis2/trunk/c/modules/core/transport/transport_sender.c
Modified:
    webservices/axis2/trunk/c/modules/core/transport/Makefile.am

Modified: webservices/axis2/trunk/c/modules/core/transport/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/Makefile.am?rev=367894&r1=367893&r2=367894&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/Makefile.am Tue Jan 10 19:19:23 2006
@@ -1,8 +1,7 @@
 lib_LTLIBRARIES = libaxis2_transport.la
 SUBDIRS = http
 AM_CPPFLAGS = $(CPPFLAGS)
-libaxis2_transport_la_SOURCES = transport_listener.c \
-                            transport_sender.c
+libaxis2_transport_la_SOURCES = 
 
 libaxis2_transport_la_LIBADD = 
 INCLUDES = -I$(top_builddir)/include \