From 2bcf34e0dfa13e6066e98de8b7fd4074a5ebbdfd Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Mon, 13 Oct 2008 11:44:09 +0000 Subject: add files to nodist_HEADERS to pass distcheck --- lasso/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lasso/Makefile.am b/lasso/Makefile.am index 8c3a61f0..1abd8f6a 100644 --- a/lasso/Makefile.am +++ b/lasso/Makefile.am @@ -17,9 +17,10 @@ lib_LTLIBRARIES = liblasso.la liblassoinclude_HEADERS = export.h lasso.h lasso_config.h errors.h \ registry.h +nodist_liblassoinclude_HEADERS = debug.h utils.h registry-private.h BUILT_SOURCES = types.c errors.c symbols.sym -liblasso_la_SOURCES = lasso.c errors.c registry.c +liblasso_la_SOURCES = lasso.c errors.c registry.c debug.h if WSF_ENABLED SYMBOLS_ARGS = -wsf -- cgit