From 5ab4384d35718496cf9eb93159dbdd0d15da63c1 Mon Sep 17 00:00:00 2001 From: Valery Febvre Date: Thu, 8 Apr 2004 10:41:33 +0000 Subject: *** empty log message *** --- lasso/Attic/protocols/Makefile.am | 3 ++- lasso/Makefile.am | 1 + lasso/xml/Makefile.am | 4 +++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lasso/Attic/protocols/Makefile.am b/lasso/Attic/protocols/Makefile.am index 572e8292..97173634 100644 --- a/lasso/Attic/protocols/Makefile.am +++ b/lasso/Attic/protocols/Makefile.am @@ -22,4 +22,5 @@ liblassoinclude_HEADERS = \ single_sign_on_and_federation.h \ logout.h \ federation_termination_notification.h \ - register_name_identifier.h \ No newline at end of file + register_name_identifier.h \ + protocols.h diff --git a/lasso/Makefile.am b/lasso/Makefile.am index 8767b07d..f6daa9e1 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -22,6 +22,7 @@ lib_LTLIBRARIES = \ $(NULL) liblassoinclude_HEADERS = \ + export.h \ lasso.h \ version.h \ $(NULL) diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am index 44857d11..c98d5ed0 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -59,9 +59,11 @@ liblasso_xml_la_SOURCES = \ samlp_status_code.c liblassoinclude_HEADERS = \ - xml.h \ + lib.h \ + saml.h \ strings.h \ tools.h \ + xml.h \ ds_signature.h \ lib_assertion.h \ lib_authentication_statement.h \ -- cgit