diff options
| author | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-22 13:04:39 +0000 |
|---|---|---|
| committer | Nicolas Clapies <nclapies@entrouvert.com> | 2004-07-22 13:04:39 +0000 |
| commit | 43a0f326bbebfbc5e176d5456ae5c155fa295fee (patch) | |
| tree | 46aca4b6e5fb056b1bf3138d55d12df92f92944e | |
| parent | 425af0d33bc5ef41a2f6a0073fe1fb0ea59348e9 (diff) | |
| download | lasso-43a0f326bbebfbc5e176d5456ae5c155fa295fee.tar.gz lasso-43a0f326bbebfbc5e176d5456ae5c155fa295fee.tar.xz lasso-43a0f326bbebfbc5e176d5456ae5c155fa295fee.zip | |
*** empty log message ***
| -rw-r--r-- | lasso/xml/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
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 \ |
