diff options
author | Roland McGrath <roland@redhat.com> | 2005-11-17 03:16:00 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2005-11-17 03:16:00 +0000 |
commit | e47ab76f02c2a4f4d802ec298969ba67956435fe (patch) | |
tree | 39dccb25273f15a488632c952738909f860c4b71 /libasm | |
parent | d7f8d0caa7a357f9f4765e5dc93255f5057eba2e (diff) | |
download | elfutils-e47ab76f02c2a4f4d802ec298969ba67956435fe.tar.gz |
Update new test after merge.
Diffstat (limited to 'libasm')
-rw-r--r-- | libasm/ChangeLog | 4 | ||||
-rw-r--r-- | libasm/Makefile.am | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libasm/ChangeLog b/libasm/ChangeLog index e25e197b..56d2961e 100644 --- a/libasm/ChangeLog +++ b/libasm/ChangeLog @@ -1,3 +1,7 @@ +2005-11-13 Roland McGrath <roland@redhat.com> + + * Makefile.am (INCLUDES): Search in libdw. + 2005-09-02 Ulrich Drepper <drepper@redhat.com> * asm_error.c (asm_errmsg): Unify error message. diff --git a/libasm/Makefile.am b/libasm/Makefile.am index e9b99397..03c4ce04 100644 --- a/libasm/Makefile.am +++ b/libasm/Makefile.am @@ -19,7 +19,8 @@ else AM_CFLAGS = endif AM_CFLAGS += -std=gnu99 -Wall -Wshadow -Werror -Wunused -Wextra -Wformat=2 -INCLUDES = -I. -I$(srcdir) -I.. -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl \ +INCLUDES = -I. -I$(srcdir) -I.. \ + -I$(top_srcdir)/libelf -I$(top_srcdir)/libebl -I$(top_srcdir)/libdw\ -I$(top_srcdir)/lib GCC_INCLUDE = -I$(shell $(CC) -print-file-name=include) VERSION = 1 |