From 844797f090d8839509fa5b335c535490fb8865bd Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Mon, 2 Aug 2010 11:55:26 +0200 Subject: [PATCH] Add missing test/util.h to dist archives --- dev.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev.mk.in b/dev.mk.in index 2861b2005..b7bbdbf05 100644 --- a/dev.mk.in +++ b/dev.mk.in @@ -23,7 +23,7 @@ built_dist_files = $(generated_docs) headers = \ ccache.h hashtable.h hashtable_itr.h hashtable_private.h hashutil.h \ manifest.h mdfour.h murmurhashneutral2.h getopt_long.h \ - test/framework.h test/suites.h + test/framework.h test/suites.h test/util.h files_to_clean += $(dist_archive_tar_bz2) $(dist_archive_tar_gz) .deps/* files_to_clean += $(built_dist_files) version.c test/suites.h -- 2.47.3