Removing unwanted linkings
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 1c2e68f..c0dbf82 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -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 \
diff --git a/src/rahas/Makefile.am b/src/rahas/Makefile.am
index 8d3005e..46a4982 100644
--- a/src/rahas/Makefile.am
+++ b/src/rahas/Makefile.am
@@ -11,7 +11,6 @@
 
 libmod_rahas_la_LIBADD  = ../util/librampart.la \
 				@OPENSSLLIB@ \
-				@AXIS2LIB@ \
 				-lcrypto 
 				
 
diff --git a/src/util/Makefile.am b/src/util/Makefile.am
index 57ea5dd..d561f5e 100644
--- a/src/util/Makefile.am
+++ b/src/util/Makefile.am
@@ -18,7 +18,6 @@
                      ../secconv/libsecconv.la \

                      ../trust/libtrust.la \

                      @OPENSSLLIB@ \

-                     @AXIS2LIB@ \

                      -lcrypto 

 

 INCLUDES = -I$(top_builddir)/include \