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 pi...@apache.org on 2008/07/09 08:13:00 UTC

svn commit: r675101 - /webservices/axis2/trunk/c/src/core/transport/http/receiver/Makefile.am

Author: pini
Date: Tue Jul  8 23:13:00 2008
New Revision: 675101

URL: http://svn.apache.org/viewvc?rev=675101&view=rev
Log:
Linking libaxis2_engine to libaxis2_http_receiver

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

Modified: webservices/axis2/trunk/c/src/core/transport/http/receiver/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/receiver/Makefile.am?rev=675101&r1=675100&r2=675101&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/receiver/Makefile.am (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/receiver/Makefile.am Tue Jul  8 23:13:00 2008
@@ -1,6 +1,7 @@
 lib_LTLIBRARIES = libaxis2_http_receiver.la
 libaxis2_http_receiver_la_LIBADD=$(top_builddir)/util/src/libaxutil.la\
-                                 $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la
+                                 $(top_builddir)/src/core/transport/http/common/libaxis2_http_common.la \
+                                 $(top_builddir)/src/core/engine/libaxis2_engine.la
 
 
 libaxis2_http_receiver_la_SOURCES = http_receiver.c\