From f407bdf6aa5bb9b2f0b0c67990b695aa73c00f84 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 16 Dec 2011 18:11:54 +0100 Subject: [PATCH] [Makefile] add strings.h to the dsig module includes --- lasso/xml/dsig/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lasso/xml/dsig/Makefile.am b/lasso/xml/dsig/Makefile.am index 3afe8de0..f7306b42 100644 --- a/lasso/xml/dsig/Makefile.am +++ b/lasso/xml/dsig/Makefile.am @@ -20,4 +20,5 @@ liblassoinclude_HEADERS = \ ds_key_info.h \ ds_key_value.h \ ds_rsa_key_value.h \ - ds_x509_data.h + ds_x509_data.h \ + strings.h