From: Mark Wielaard Date: Tue, 16 May 2017 15:17:12 +0000 (+0000) Subject: Add dlopen_lib.h to drd/tests/Makefile.am noinst_HEADERS. X-Git-Tag: svn/VALGRIND_3_13_0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d907e1d8c3cf8c8568dd25db930f99fbb9156c;p=thirdparty%2Fvalgrind.git 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 --- 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 \