From 95f48822f41eede822bbc46a64aedcf1adee6dc7 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Thu, 14 Apr 2011 17:12:29 +0200 Subject: [Makefile] move lasso/xml/tools.h to public headers --- lasso/xml/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lasso/xml/Makefile.am b/lasso/xml/Makefile.am index bcf0d77d..d12e2391 100644 --- a/lasso/xml/Makefile.am +++ b/lasso/xml/Makefile.am @@ -134,8 +134,7 @@ WSF_H_FILES = \ soap_binding_ext_service_instance_update.h \ soap_binding_ext_timeout.h \ soap_binding.h \ - utility_status.h \ - tools.h + utility_status.h endif liblasso_xml_la_SOURCES = \ @@ -245,6 +244,7 @@ liblassoinclude_HEADERS = \ samlp_status.h \ samlp_status_code.h \ xml_enc.h \ + tools.h \ $(WSF_H_FILES) lasso_private_h_sources = \ -- cgit