diff options
author | Anas Nashif <anas.nashif@intel.com> | 2012-11-22 10:31:06 -0800 |
---|---|---|
committer | Anas Nashif <anas.nashif@intel.com> | 2012-11-22 10:31:06 -0800 |
commit | 07bb297329b9e9754d09dcb6d70417272a626619 (patch) | |
tree | c1bdcad5f080f8cfe2e876604177670061cdc101 /src/openssl/Makefile.am | |
parent | f251dedaa31b48f7c05a4b53c112b40ebca890ef (diff) | |
download | xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.gz xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.tar.bz2 xmlsec1-07bb297329b9e9754d09dcb6d70417272a626619.zip |
Imported Upstream version 1.2.14upstream/1.2.14
Diffstat (limited to 'src/openssl/Makefile.am')
-rw-r--r-- | src/openssl/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl/Makefile.am b/src/openssl/Makefile.am index 23c225a1..db2cd43e 100644 --- a/src/openssl/Makefile.am +++ b/src/openssl/Makefile.am @@ -41,10 +41,10 @@ libxmlsec1_openssl_la_SOURCES += ../strings.c endif libxmlsec1_openssl_la_LIBADD = \ + ../libxmlsec1.la \ $(OPENSSL_LIBS) \ $(LIBXSLT_LIBS) \ $(LIBXML_LIBS) \ - ../libxmlsec1.la \ $(NULL) libxmlsec1_openssl_la_DEPENDENCIES = \ |