From: Nicholas Nethercote Date: Thu, 4 Dec 2003 15:13:47 +0000 (+0000) Subject: Fix Makefile.am so "make dist" works. X-Git-Tag: svn/VALGRIND_2_1_0~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=458e0394478d0d549eb3bbc03bfae16cc9fc3dcd;p=thirdparty%2Fvalgrind.git Fix Makefile.am so "make dist" works. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2091 --- diff --git a/corecheck/tests/Makefile.am b/corecheck/tests/Makefile.am index 8d8ad6ba45..8efdb95409 100644 --- a/corecheck/tests/Makefile.am +++ b/corecheck/tests/Makefile.am @@ -21,7 +21,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \ pth_cancel2.stderr.exp pth_cancel2.vgtest \ pth_cvsimple.stderr.exp pth_cvsimple.stdout.exp pth_cvsimple.vgtest \ pth_empty.stderr.exp pth_empty.vgtest \ - pth_exit.stderr.exp pth_exit.stdout.exp pth_exit.vgtest \ + pth_exit.stderr.exp pth_exit.vgtest \ pth_mutexspeed.stderr.exp \ pth_mutexspeed.stdout.exp pth_mutexspeed.vgtest \ pth_once.stderr.exp pth_once.stdout.exp pth_once.vgtest \