From 643cc753ae64ca5034b3fd9e3a6a2e9f7033665a Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Tue, 11 Aug 2009 00:18:31 +0000 Subject: [PATCH] add a missing script git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10772 --- drd/tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drd/tests/Makefile.am b/drd/tests/Makefile.am index d949ebcc7f..e31611c2c1 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -6,7 +6,8 @@ dist_noinst_SCRIPTS = \ filter_stderr \ filter_stderr_and_thread_no \ run_openmp_test \ - supported_libpthread + supported_libpthread \ + supported_sem_init noinst_HEADERS = \ tsan_thread_wrappers_pthread.h -- 2.47.3