From 9554334c91bb9075e79598b1be885a831169379d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 12 Jan 2010 15:40:28 +0000 Subject: [PATCH] SAML 2.0: add saml2_helper.h to include files to install --- lasso/saml-2.0/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lasso/saml-2.0/Makefile.am b/lasso/saml-2.0/Makefile.am index a778462a..8a12d51e 100644 --- a/lasso/saml-2.0/Makefile.am +++ b/lasso/saml-2.0/Makefile.am @@ -26,7 +26,8 @@ liblassoinclude_HEADERS = \ ecp.h \ profile.h \ name_id_management.h \ - provider.h + provider.h \ + saml2_helper.h lasso_private_h_sources = \ federationprivate.h \