From 67e35d586543b217d0bc744910e2d7ff4a44f65e Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Mon, 2 Oct 2006 15:09:11 +0000 Subject: ds_* are now also used out of id-wsf --- lasso/xml/Makefile.am | 12 ++++++------ 1 file 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 \ -- cgit