Author: shankar
Date: Wed Mar  3 11:10:02 2010
New Revision: 918410

URL: http://svn.apache.org/viewvc?rev=918410&view=rev
Log:
fixing issue AXIS2C-1240

Modified:
    axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am

Modified: axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am
URL: 
http://svn.apache.org/viewvc/axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am?rev=918410&r1=918409&r2=918410&view=diff
==============================================================================
--- axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am 
(original)
+++ axis/axis2/c/core/trunk/src/core/transport/http/sender/Makefile.am Wed Mar  
3 11:10:02 2010
@@ -16,10 +16,12 @@
 if AXIS2_SSL_ENABLED
 SSL_SOURCES = ssl/ssl_stream.c\
                ssl/ssl_utils.c
-SSL_LIBS = -lssl -lcrypto
+SSL_LIBS = @OPENSSLLIB@ -lssl -lcrypto
+SSL_INC = @OPENSSLINC@
 else
 SSL_SOURCES=
 SSL_LIBS=
+SSL_INC =
 endif
 
 libaxis2_http_sender_la_SOURCES = http_transport_sender.c \
@@ -48,4 +50,5 @@
            -I$(top_builddir)/src/core/engine \
            -I$(top_builddir)/src/core/deployment \
            -I$(top_builddir)/util/include \
-           -I$(top_builddir)/axiom/include
+           -I$(top_builddir)/axiom/include \
+                  $(SSL_INC)


Reply via email to