|
From: <sv...@va...> - 2015-08-25 13:07:50
|
Author: mjw
Date: Tue Aug 25 14:07:42 2015
New Revision: 15589
Log:
Add safe-pthread.h to helgrind/tests/Makefile.am noinst_HEADERS.
Otherwise the header file won't show up in the dist tar ball.
Modified:
trunk/helgrind/tests/Makefile.am
Modified: trunk/helgrind/tests/Makefile.am
==============================================================================
--- trunk/helgrind/tests/Makefile.am (original)
+++ trunk/helgrind/tests/Makefile.am Tue Aug 25 14:07:42 2015
@@ -115,6 +115,9 @@
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 = \
|