summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUlrich Drepper <[email protected]>2005-08-24 19:47:57 +0000
committerUlrich Drepper <[email protected]>2005-08-24 19:47:57 +0000
commit2eb660fdc52b3aaab6215fc245743d0edfb251f4 (patch)
tree3c13ca59570e4343893a8bd0ccee3e24c0c3e302
parent7c777294920ef7c2a09b2d8ff7d8c8ad265be119 (diff)
Fix building with mudflap.
-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 17bef797..4219f055 100644
--- a/tests/ChangeLog
+++ b/tests/ChangeLog
@@ -1,3 +1,7 @@
+2005-08-24 Ulrich Drepper <[email protected]>
+
+ * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
+
2005-08-22 Roland McGrath <[email protected]>
* run-line2addr.sh: Add a case.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 99c769ca..f7d3ef25 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -77,7 +77,7 @@ libmudflap = -lmudflap
endif
if BUILD_STATIC
-libdw = ../libdw/libdw.a
+libdw = ../libdw/libdw.a $(libelf) $(libebl)
libelf = ../libelf/libelf.a
libasm = ../libasm/libasm.a
else