From: Julian Seward Date: Tue, 18 Nov 2008 02:10:33 +0000 (+0000) Subject: A couple of 'make dist' fixes. X-Git-Tag: svn/VALGRIND_3_4_0~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e791eae7c6bfaeb92fc16f89fda6c94607d32d91;p=thirdparty%2Fvalgrind.git A couple of 'make dist' fixes. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8782 --- diff --git a/helgrind/Makefile.am b/helgrind/Makefile.am index 502f6f9a80..098b217b46 100644 --- a/helgrind/Makefile.am +++ b/helgrind/Makefile.am @@ -121,6 +121,7 @@ hgincludedir = $(includedir)/valgrind hginclude_HEADERS = helgrind.h noinst_HEADERS = \ - hg_basics.h hg_lock_n_thread.h hg_errors.h hg_wordset.h + hg_basics.h hg_lock_n_thread.h hg_errors.h hg_wordset.h \ + libhb.h EXTRA_DIST = README_MSMProp2.txt README_YARD.txt diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index 6d2dcefa29..d87bb4b045 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -20,7 +20,7 @@ DIST_SUBDIRS = ${VG_ARCH_ALL} . noinst_SCRIPTS = filter_allocs filter_leak_check_size \ filter_stderr filter_stderr_backtrace filter_xml \ - filter_varinfo3 + filter_varinfo3 filter_malloc_free_fill EXTRA_DIST = $(noinst_SCRIPTS) \ addressable.stderr.exp addressable.stdout.exp addressable.vgtest \