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/03/09 12:13:34 UTC

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

Author: sahan
Date: Thu Mar  9 03:13:29 2006
New Revision: 384491

URL: http://svn.apache.org/viewcvs?rev=384491&view=rev
Log:
Fixed a miner bug

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

Modified: webservices/axis2/trunk/c/modules/core/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/Makefile.am?rev=384491&r1=384490&r2=384491&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/Makefile.am Thu Mar  9 03:13:29 2006
@@ -1 +1 @@
-SUBDIRS = addr clientapi context deployment description engine phaseresolver receivers transport transport/http/sender transport/http/receiver transport/http/server/simple_axis2_server util
+SUBDIRS = addr clientapi context deployment description engine phaseresolver receivers transport transport/http/server/simple_axis2_server util

Modified: webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am?rev=384491&r1=384490&r2=384491&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am Thu Mar  9 03:13:29 2006
@@ -1,5 +1,5 @@
 TESTS =
-SUBDIRS = server
+SUBDIRS = sender receiver server
 noinst_LTLIBRARIES = libaxis2_http.la
 
 libaxis2_http_la_SOURCES = \