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 sa...@apache.org on 2007/06/07 07:52:45 UTC

svn commit: r545074 - /webservices/rampart/trunk/c/src/omxmlsec/openssl/Makefile.am

Author: sahan
Date: Wed Jun  6 22:52:44 2007
New Revision: 545074

URL: http://svn.apache.org/viewvc?view=rev&rev=545074
Log:
Fixing unnecessary include 

Modified:
    webservices/rampart/trunk/c/src/omxmlsec/openssl/Makefile.am

Modified: webservices/rampart/trunk/c/src/omxmlsec/openssl/Makefile.am
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/c/src/omxmlsec/openssl/Makefile.am?view=diff&rev=545074&r1=545073&r2=545074
==============================================================================
--- webservices/rampart/trunk/c/src/omxmlsec/openssl/Makefile.am (original)
+++ webservices/rampart/trunk/c/src/omxmlsec/openssl/Makefile.am Wed Jun  6 22:52:44 2007
@@ -2,7 +2,6 @@
 libomopenssl_la_SOURCES = cipher_ctx.c crypt.c rsa.c pkey.c util.c cipher_property.c digest.c x509.c pkcs12.c pem.c sign.c
 
 libomopenssl_la_LIBADD  = -lssl\
-				${AXIS2C_HOME}/include \
     		-lcrypto
 
 INCLUDES = -I$(top_builddir)/include \