You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by sh...@apache.org on 2009/06/09 11:33:00 UTC

svn commit: r782929 - in /webservices/rampart/trunk/c/src: core/Makefile.am rahas/Makefile.am util/Makefile.am

Author: shankar
Date: Tue Jun  9 09:32:58 2009
New Revision: 782929

URL: http://svn.apache.org/viewvc?rev=782929&view=rev
Log:
Removing unwanted linkings

Modified:
    webservices/rampart/trunk/c/src/core/Makefile.am
    webservices/rampart/trunk/c/src/rahas/Makefile.am
    webservices/rampart/trunk/c/src/util/Makefile.am

Modified: webservices/rampart/trunk/c/src/core/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/core/Makefile.am?rev=782929&r1=782928&r2=782929&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/core/Makefile.am (original)
+++ webservices/rampart/trunk/c/src/core/Makefile.am Tue Jun  9 09:32:58 2009
@@ -12,9 +12,7 @@
 libmod_rampart_la_LIBADD  = ../handlers/librampart_handlers.la \
 			    ../util/librampart.la \
 				@OPENSSLLIB@ \
-				@AXIS2LIB@ \
-				-lcrypto \
-				-laxis2_engine
+				-lcrypto
 				
 
 INCLUDES = -I$(top_builddir)/include \

Modified: webservices/rampart/trunk/c/src/rahas/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/rahas/Makefile.am?rev=782929&r1=782928&r2=782929&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/rahas/Makefile.am (original)
+++ webservices/rampart/trunk/c/src/rahas/Makefile.am Tue Jun  9 09:32:58 2009
@@ -11,7 +11,6 @@
 
 libmod_rahas_la_LIBADD  = ../util/librampart.la \
 				@OPENSSLLIB@ \
-				@AXIS2LIB@ \
 				-lcrypto 
 				
 

Modified: webservices/rampart/trunk/c/src/util/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/util/Makefile.am?rev=782929&r1=782928&r2=782929&view=diff
==============================================================================
--- webservices/rampart/trunk/c/src/util/Makefile.am (original)
+++ webservices/rampart/trunk/c/src/util/Makefile.am Tue Jun  9 09:32:58 2009
@@ -18,7 +18,6 @@
                      ../secconv/libsecconv.la \
                      ../trust/libtrust.la \
                      @OPENSSLLIB@ \
-                     @AXIS2LIB@ \
                      -lcrypto 
 
 INCLUDES = -I$(top_builddir)/include \