From: Bart Van Assche Date: Tue, 29 Jul 2008 15:27:48 +0000 (+0000) Subject: Updated Makefile.am. X-Git-Tag: svn/VALGRIND_3_4_0~299 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f0a0bb4ec88a05a4df2ee7d4c352bb425a6d64;p=thirdparty%2Fvalgrind.git Updated Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8473 --- diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index fb1bb22ab1..8167d0c48a 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -17,7 +17,8 @@ noinst_SCRIPTS = \ EXTRA_DIST = \ $(noinst_SCRIPTS) \ - atomic_var.stderr.exp \ + atomic_var.stderr.exp-with-atomic-builtins \ + atomic_var.stderr.exp-without-atomic-builtins \ atomic_var.vgtest \ drd_bitmap_test.stderr.exp \ drd_bitmap_test.stdout.exp \