From e9d907e1d8c3cf8c8568dd25db930f99fbb9156c Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Tue, 16 May 2017 15:17:12 +0000 Subject: [PATCH] Add dlopen_lib.h to drd/tests/Makefile.am noinst_HEADERS. It is used in drd/tests/dlopen_lib.c and drd/tests/dlopen_main.c. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16388 --- 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 26517ca258..bafa4122c6 100644 --- a/drd/tests/Makefile.am +++ b/drd/tests/Makefile.am @@ -19,7 +19,8 @@ dist_noinst_SCRIPTS = \ noinst_HEADERS = \ tsan_thread_wrappers_pthread.h \ - unified_annotations.h + unified_annotations.h \ + dlopen_lib.h EXTRA_DIST = \ annotate_barrier.stderr.exp \ -- 2.47.2