summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2014-04-11 23:52:47 +0200
committerMark Wielaard <mjw@redhat.com>2014-04-24 13:18:33 +0200
commit9380297e130e6ccc829c8d56d701fb539b27bb0f (patch)
tree513f7a6290702f605443e4121d0dfc70172a1836 /src/Makefile.am
parent7c680a24bcc1757c2b01152dd52fdbd55e7846bb (diff)
downloadandroid_external_elfutils-9380297e130e6ccc829c8d56d701fb539b27bb0f.tar.gz
android_external_elfutils-9380297e130e6ccc829c8d56d701fb539b27bb0f.tar.bz2
android_external_elfutils-9380297e130e6ccc829c8d56d701fb539b27bb0f.zip
libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.
New public header elfutils/libdwelf.h for low-level DWARF/ELF helper functions. The new function dwelf_elf_gnu_debuglink returns the name and crc as found in the .gnu_debuglink section of an ELF file. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 43909cab..9829f15b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -20,8 +20,8 @@ include $(top_srcdir)/config/eu.am
DEFS += $(YYDEBUG) -DDEBUGPRED=@DEBUGPRED@ \
-DSRCDIR=\"$(shell cd $(srcdir);pwd)\" -DOBJDIR=\"$(shell pwd)\"
AM_CPPFLAGS += -I$(srcdir)/../libelf -I$(srcdir)/../libebl \
- -I$(srcdir)/../libdw -I$(srcdir)/../libdwfl \
- -I$(srcdir)/../libasm
+ -I$(srcdir)/../libdw -I$(srcdir)/../libdwelf \
+ -I$(srcdir)/../libdwfl -I$(srcdir)/../libasm
AM_LDFLAGS = -Wl,-rpath-link,../libelf:../libdw