This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Signed-off-by: Mark Wielaard <mjw@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@redhat.com>
 
+	* Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c.
+
+2013-12-10  Mark Wielaard  <mjw@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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]