]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Add safe-pthread.h to helgrind/tests/Makefile.am noinst_HEADERS.
authorMark Wielaard <mark@klomp.org>
Tue, 25 Aug 2015 13:07:42 +0000 (13:07 +0000)
committerMark Wielaard <mark@klomp.org>
Tue, 25 Aug 2015 13:07:42 +0000 (13:07 +0000)
Otherwise the header file won't show up in the dist tar ball.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15589

helgrind/tests/Makefile.am

index e5d8d6f58b7da900bc7cc9730f3ee815599258c3..fc73633716f26971e932a320e0432bfe7298d8db 100644 (file)
@@ -115,6 +115,9 @@ EXTRA_DIST = \
        tls_threads.vgtest tls_threads.stdout.exp \
                tls_threads.stderr.exp
 
+# Wrapper header used by some check programs.
+noinst_HEADERS = safe-pthread.h
+
 # XXX: tc18_semabuse uses operations that are unsupported on Darwin.  It
 # should be conditionally compiled like tc20_verifywrap is.
 check_PROGRAMS = \