From 80801101b43ec40ba9aa3f5f582a78c72c072fb5 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sat, 13 Dec 2008 18:46:44 +0000 Subject: [PATCH] Include vg-in-place in the distro tarball. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8823 --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 795b522523..14b728e07e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -88,7 +88,8 @@ EXTRA_DIST = \ valgrind.spec.in valgrind.pc.in \ Makefile.all.am Makefile.tool.am Makefile.core.am \ Makefile.tool-inplace.am \ - $(vex_primary_sources) + $(vex_primary_sources) \ + vg-in-place install-exec-hook: $(mkinstalldirs) $(DESTDIR)$(valdir) -- 2.47.3