From: Ulrich Drepper Date: Wed, 24 Aug 2005 19:47:57 +0000 (+0000) Subject: Fix building with mudflap. X-Git-Tag: elfutils-0.120~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2eb660fdc52b3aaab6215fc245743d0edfb251f4;p=thirdparty%2Felfutils.git Fix building with mudflap. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 17bef7972..4219f055a 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,3 +1,7 @@ +2005-08-24 Ulrich Drepper + + * Makefile.am [BUILD_STATIC] (libdw): Add $(libelf) and $(libebl). + 2005-08-22 Roland McGrath * run-line2addr.sh: Add a case. diff --git a/tests/Makefile.am b/tests/Makefile.am index 99c769ca5..f7d3ef25f 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