]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
Fix building with mudflap.
authorUlrich Drepper <drepper@redhat.com>
Wed, 24 Aug 2005 19:47:57 +0000 (19:47 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 24 Aug 2005 19:47:57 +0000 (19:47 +0000)
tests/ChangeLog
tests/Makefile.am

index 17bef79724e7bb6b7caf418a5bcdcb3d9aa4bee6..4219f055a200aec6da428f38c9527ab4d52dc8b4 100644 (file)
@@ -1,3 +1,7 @@
+2005-08-24  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl).
+
 2005-08-22  Roland McGrath  <roland@redhat.com>
 
        * run-line2addr.sh: Add a case.
index 99c769ca5ed0704ae14e53b4fd74076cd1d35ae8..f7d3ef25f55faae9b76990397d72c0b2cd469204 100644 (file)
@@ -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