From 43a0f326bbebfbc5e176d5456ae5c155fa295fee Mon Sep 17 00:00:00 2001 From: Nicolas Clapies Date: Thu, 22 Jul 2004 13:04:39 +0000 Subject: *** empty log message *** --- lasso/xml/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am index da23ff9c..fed8348b 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -22,7 +22,9 @@ liblasso_xml_la_SOURCES = \ lib_authentication_statement.c \ lib_authn_context.c \ lib_authn_request.c \ + lib_authn_request_envelope.c \ lib_authn_response.c \ + lib_authn_response_envelope.c \ lib_federation_termination_notification.c \ lib_idp_entries.c \ lib_idp_entry.c \ @@ -74,7 +76,9 @@ liblassoinclude_HEADERS = \ lib_authentication_statement.h \ lib_authn_context.h \ lib_authn_request.h \ + lib_authn_request_envelope.h \ lib_authn_response.h \ + lib_authn_response_envelope.h \ lib_federation_termination_notification.h \ lib_idp_entries.h \ lib_idp_entry.h \ -- cgit