Author: samisa
Date: Tue Jul 11 22:50:55 2006
New Revision: 421141

URL: http://svn.apache.org/viewvc?rev=421141&view=rev
Log:
Added correct linking libs

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

Modified: 
webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am?rev=421141&r1=421140&r2=421141&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am 
(original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/Makefile.am 
Tue Jul 11 22:50:55 2006
@@ -3,10 +3,16 @@
                                   soap_over_http_sender.c\
                                   rest_sender.c\
                                   http_client.c
+
+libaxis2_http_sender_la_LIBADD = \
+                                  -laxis2_axiom \
+                                  -laxis2_util \
+                                  -laxis2_engine
+
 if AXIS2_SSL_ENABLED
 libaxis2_http_sender_la_SOURCES += ssl/ssl_stream.c\
                                    ssl/ssl_utils.c
-libaxis2_http_sender_la_LIBADD = -lssl\
+libaxis2_http_sender_la_LIBADD += -lssl\
                                  -lcrypto
 endif
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to