[COMMITTED] tests: Add backtrace_child_biarch_SOURCES to make distcheck happy.

Mark Wielaard mjw at redhat.com
Fri Dec 13 22:31:01 UTC 2013


Signed-off-by: Mark Wielaard <mjw at redhat.com>
---
 tests/ChangeLog   |    4 ++++
 tests/Makefile.am |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/tests/ChangeLog b/tests/ChangeLog
index 44f4ef6..0081981 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,5 +1,9 @@
 2013-12-10  Mark Wielaard  <mjw at redhat.com>
 
+	* Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
+
+2013-12-10  Mark Wielaard  <mjw at redhat.com>
+
 	* Makefile.am (valgrind_cmd): Remove --trace-children=yes.
 	* backtrace-subr.sh (check_native_core): Disable valgrind while
 	dumping core.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 006b232..75a16bd 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -378,6 +378,7 @@ backtrace_LDADD = $(libdw) $(libelf) $(libmudflap)
 # backtrace-child-biarch also uses those *_CFLAGS and *_LDLAGS variables:
 backtrace_child_CFLAGS = -fPIE
 backtrace_child_LDFLAGS = -pie -pthread
+backtrace_child_biarch_SOURCES = backtrace-child.c
 backtrace_data_LDADD = $(libdw) $(libelf) $(libmudflap)
 backtrace_dwarf_CFLAGS = -Wno-unused-parameter
 backtrace_dwarf_LDADD = $(libdw) $(libelf) $(libmudflap)
-- 
1.7.1



More information about the elfutils-devel mailing list