diff options
| author | Mark Wielaard <[email protected]> | 2013-12-13 23:12:18 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2013-12-13 23:12:18 +0100 |
| commit | 63572f42b04e1c3b752b113810ec642121c8090e (patch) | |
| tree | 2caa890bbf34046eb8158da9ef9b3f6558587ca5 /tests | |
| parent | 7fc4929958ca78bd7b268014e9029d5ae1608822 (diff) | |
tests: Add backtrace_child_biarch_SOURCES to make distcheck happy.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ChangeLog | 4 | ||||
| -rw-r--r-- | tests/Makefile.am | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog index 44f4ef66..00819816 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,9 @@ 2013-12-10 Mark Wielaard <[email protected]> + * Makefile.am (backtrace_child_biarch_SOURCES): New backtrace-child.c. + +2013-12-10 Mark Wielaard <[email protected]> + * 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 006b2322..75a16bd8 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) |
