diff options
author | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-10 12:04:59 +0100 |
---|---|---|
committer | Benjamin Dauvergne <bdauvergne@entrouvert.com> | 2011-12-16 11:39:18 +0100 |
commit | ba014d9ca6b6474ee34b08582283b72ab9ed89c6 (patch) | |
tree | 96e63e0c8462533effe1c5de81e623b46d245b49 | |
parent | 900de512f2cf99d6c6371de492926de11b17078e (diff) | |
download | lasso-ba014d9ca6b6474ee34b08582283b72ab9ed89c6.tar.gz lasso-ba014d9ca6b6474ee34b08582283b72ab9ed89c6.tar.xz lasso-ba014d9ca6b6474ee34b08582283b72ab9ed89c6.zip |
[Makefile] fix missing soap11 nodes when compiling for Mingw
-rw-r--r-- | lasso/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lasso/Makefile.am b/lasso/Makefile.am index 042419da..61728475 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -57,6 +57,7 @@ if MINGW liblasso_la_LIBADD = \ $(top_builddir)/lasso/xml/liblasso-xml.la \ $(top_builddir)/lasso/xml/saml-2.0/liblasso-xml-saml2.la \ + $(top_builddir)/lasso/xml/soap-1.1/liblasso-xml-soap11.la \ $(top_builddir)/lasso/xml/dsig/liblasso-xml-dsig.la \ $(top_builddir)/lasso/id-ff/liblasso-id-ff.la \ $(top_builddir)/lasso/saml-2.0/liblasso-saml-20.la \ |