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:00:14 UTC

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

Author: samisa
Date: Fri Jan 13 21:00:09 2006
New Revision: 368974

URL: http://svn.apache.org/viewcvs?rev=368974&view=rev
Log:
Fixed build order

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

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=368974&r1=368973&r2=368974&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:00:09 2006
@@ -1,6 +1,5 @@
 lib_LTLIBRARIES = libaxis2_http_transport.la
 AM_CPPFLAGS = $(CPPFLAGS)
-SUBDIRS = server
 libaxis2_http_transport_la_SOURCES = axis2_http_worker.c \
                                      axis2_http_transport_utils.c\
                               	     axis2_simple_http_svr_conn.c\
@@ -24,3 +23,5 @@
 	       -I$(top_builddir)/modules/core/transport/http \
            -I$(top_builddir)/modules/core/description \
             -I$(top_builddir)/modules/platforms
+
+SUBDIRS = server