diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2006-10-02 15:09:11 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2006-10-02 15:09:11 +0000 |
| commit | 67e35d586543b217d0bc744910e2d7ff4a44f65e (patch) | |
| tree | e6b712f4347d93e68bee12fe3f1c9a726319d1eb | |
| parent | 71dae9811f814885ca0454c1aebd5eb84134f0ee (diff) | |
| download | lasso-67e35d586543b217d0bc744910e2d7ff4a44f65e.tar.gz lasso-67e35d586543b217d0bc744910e2d7ff4a44f65e.tar.xz lasso-67e35d586543b217d0bc744910e2d7ff4a44f65e.zip | |
ds_* are now also used out of id-wsf
| -rw-r--r-- | lasso/xml/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am index 2c14b2c6..212f031f 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -32,9 +32,6 @@ WSF_C_FILES = \ disco_resource_offering.c \ disco_send_single_logout.c \ disco_service_instance.c \ - ds_key_info.c \ - ds_key_value.c \ - ds_rsa_key_value.c \ dst_data.c \ dst_modification.c \ dst_modify.c \ @@ -100,9 +97,6 @@ WSF_H_FILES = \ disco_resource_offering.h \ disco_send_single_logout.h \ disco_service_instance.h \ - ds_key_info.h \ - ds_key_value.h \ - ds_rsa_key_value.h \ dst_data.h \ dst_modification.h \ dst_modify.h \ @@ -151,6 +145,9 @@ endif liblasso_xml_la_SOURCES = \ tools.c \ xml.c \ + ds_key_info.c \ + ds_key_value.c \ + ds_rsa_key_value.c \ lib_assertion.c \ lib_authentication_statement.c \ lib_authn_context.c \ @@ -201,6 +198,9 @@ liblasso_xml_la_SOURCES = \ liblassoinclude_HEADERS = \ strings.h \ xml.h \ + ds_key_info.h \ + ds_key_value.h \ + ds_rsa_key_value.h \ lib_assertion.h \ lib_authentication_statement.h \ lib_authn_context.h \ |
