[Makefile] fix missing soap11 nodes when compiling for Mingw

This commit is contained in:
Benjamin Dauvergne 2011-12-10 12:04:59 +01:00
parent 900de512f2
commit ba014d9ca6
1 changed files with 1 additions and 0 deletions

View File

@ -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 \