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/02/14 07:40:20 UTC

svn commit: r377649 - in /webservices/axis2/trunk/c/modules: core/transport/Makefile.am wsdl/Makefile.am

Author: damitha
Date: Mon Feb 13 22:40:19 2006
New Revision: 377649

URL: http://svn.apache.org/viewcvs?rev=377649&view=rev
Log:
small fix

Modified:
    webservices/axis2/trunk/c/modules/core/transport/Makefile.am
    webservices/axis2/trunk/c/modules/wsdl/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=377649&r1=377648&r2=377649&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/Makefile.am Mon Feb 13 22:40:19 2006
@@ -1,2 +1 @@
-noinst_HEADERS = axis2_transport_receiver.h \
-                    axis2_transport_sender.h
+noinst_HEADERS = axis2_transport_receiver.h

Modified: webservices/axis2/trunk/c/modules/wsdl/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/wsdl/Makefile.am?rev=377649&r1=377648&r2=377649&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/wsdl/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/wsdl/Makefile.am Mon Feb 13 22:40:19 2006
@@ -1,6 +1,5 @@
 TESTS =
 lib_LTLIBRARIES = libaxis2_wsdl.la
-noinst_HEADERS = axis2_wsdl.h
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_wsdl_la_SOURCES = wsdl_op.c \
                         wsdl_svc.c \