From fb75e3f45f3e77710c018a5fb2dfd6126bd0dcfe Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 29 Sep 2005 22:39:28 +0000 Subject: last emergency fix: wsf_profile_private.h must be included in .tar.gz --- lasso/id-wsf/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lasso/id-wsf/Makefile.am b/lasso/id-wsf/Makefile.am index 43d4a392..109fea2c 100644 --- a/lasso/id-wsf/Makefile.am +++ b/lasso/id-wsf/Makefile.am @@ -17,7 +17,8 @@ WSF_C_FILES = \ wsf_profile.c lasso_private_h_sources = \ - data_service_private.h + data_service_private.h \ + wsf_profile_private.h WSF_H_FILES = \ authentication.h \ -- cgit