diff options
| author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 10:41:33 +0000 |
|---|---|---|
| committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 10:41:33 +0000 |
| commit | 5ab4384d35718496cf9eb93159dbdd0d15da63c1 (patch) | |
| tree | bb21c019451b3a3963c48b94828f3e9b5b625551 | |
| parent | 3bbb1e5742eee4b33e1af6543670e9340165f592 (diff) | |
| download | lasso-5ab4384d35718496cf9eb93159dbdd0d15da63c1.tar.gz lasso-5ab4384d35718496cf9eb93159dbdd0d15da63c1.tar.xz lasso-5ab4384d35718496cf9eb93159dbdd0d15da63c1.zip | |
*** empty log message ***
| -rw-r--r-- | lasso/Attic/protocols/Makefile.am | 3 | ||||
| -rw-r--r-- | lasso/Makefile.am | 1 | ||||
| -rw-r--r-- | 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 \ |
