|
From: <sv...@va...> - 2017-05-16 15:17:18
|
Author: mjw
Date: Tue May 16 16:17:12 2017
New Revision: 16388
Log:
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.
Modified:
trunk/drd/tests/Makefile.am
Modified: trunk/drd/tests/Makefile.am
==============================================================================
--- trunk/drd/tests/Makefile.am (original)
+++ trunk/drd/tests/Makefile.am Tue May 16 16:17:12 2017
@@ -19,7 +19,8 @@
noinst_HEADERS = \
tsan_thread_wrappers_pthread.h \
- unified_annotations.h
+ unified_annotations.h \
+ dlopen_lib.h
EXTRA_DIST = \
annotate_barrier.stderr.exp \
|