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/14 06:02:51 UTC

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

Author: samisa
Date: Fri Jan 13 21:02:45 2006
New Revision: 368976

URL: http://svn.apache.org/viewcvs?rev=368976&view=rev
Log:
Added more build order fixes

Modified:
    webservices/axis2/trunk/c/modules/core/transport/Makefile.am
    webservices/axis2/trunk/c/modules/core/transport/http/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=368976&r1=368975&r2=368976&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/Makefile.am Fri Jan 13 21:02:45 2006
@@ -1,5 +1,5 @@
 lib_LTLIBRARIES = libaxis2_transport.la
-SUBDIRS = http
+SUBDIRS = http http/server
 AM_CPPFLAGS = $(CPPFLAGS)
 libaxis2_transport_la_SOURCES = 
 

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=368976&r1=368975&r2=368976&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/Makefile.am Fri Jan 13 21:02:45 2006
@@ -23,5 +23,3 @@
 	       -I$(top_builddir)/modules/core/transport/http \
            -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/platforms
-
-SUBDIRS = server