From ba014d9ca6b6474ee34b08582283b72ab9ed89c6 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Sat, 10 Dec 2011 12:04:59 +0100 Subject: [PATCH] [Makefile] fix missing soap11 nodes when compiling for Mingw --- lasso/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \