summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-07-28 21:29:22 +0000
committerUlrich Drepper <[email protected]>2005-07-28 21:29:22 +0000
commit18618fd74777576cc20dce341bb71be327f9ed48 (patch)
tree13b84bfdcc11d179f64a409472b6a23513325071 /tests
parentd07fc4b6d39599a2300708e9abbc71b72608930b (diff)
Merge all of libdwfl.a into libdw.a. libdwfl.a is not installed.
Fix building of libdwfl. libdwfl.a must not depend on libwu.a since the latter is not available after installation. Add copies of the crc32 files to libdwfl.
Diffstat (limited to 'tests')
-rw-r--r--tests/ChangeLog4
-rw-r--r--tests/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/ChangeLog b/tests/ChangeLog
index eb15083b..957bb342 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-28 Ulrich Drepper <[email protected]>
+
+ * Makefile.am (dwflmodtest_LDADD): Add $(libebl).
+
2005-07-28 Roland McGrath <[email protected]>
* dwflmodtest.c: New file, moved from ../libdwfl/ptest.c to here.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 5504326d..5560d6ee 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -110,6 +110,6 @@ asm_tst6_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap)
asm_tst7_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap)
asm_tst8_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap)
asm_tst9_LDADD = $(libasm) $(libebl) $(libelf) $(libmudflap)
-dwflmodtest_LDADD = $(libdw) $(libelf) $(libmudflap)
+dwflmodtest_LDADD = $(libdw) $(libebl) $(libelf) $(libmudflap)
CLEANFILES = xxx