summaryrefslogtreecommitdiff
path: root/libdwelf/Makefile.am
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2015-11-17 23:52:39 +0100
committerMark Wielaard <mjw@redhat.com>2016-01-06 14:27:10 +0100
commit0c32b6f086b9838fe4b7d93575068554d0c420f7 (patch)
treec0537855b24cbc6f158161bf7a94778bc1ee1487 /libdwelf/Makefile.am
parent0aa60ac643cea053d03a2de2ed7757d907b5e7bb (diff)
downloadelfutils-0c32b6f086b9838fe4b7d93575068554d0c420f7.tar.gz
libdwelf: Add dwelf_scn_gnu_compressed_size.
Helper function to get the size of a GNU compressed zdebug section. Signed-off-by: Mark Wielaard <mjw@redhat.com>
Diffstat (limited to 'libdwelf/Makefile.am')
-rw-r--r--libdwelf/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdwelf/Makefile.am b/libdwelf/Makefile.am
index cd4b7ddf..4de4b2ed 100644
--- a/libdwelf/Makefile.am
+++ b/libdwelf/Makefile.am
@@ -2,7 +2,7 @@
##
## Process this file with automake to create Makefile.in
##
-## Copyright (C) 2014 Red Hat, Inc.
+## Copyright (C) 2014, 2015 Red Hat, Inc.
## This file is part of elfutils.
##
## This file is free software; you can redistribute it and/or modify
@@ -40,7 +40,7 @@ pkginclude_HEADERS = libdwelf.h
noinst_HEADERS = libdwelfP.h
libdwelf_a_SOURCES = dwelf_elf_gnu_debuglink.c dwelf_dwarf_gnu_debugaltlink.c \
- dwelf_elf_gnu_build_id.c
+ dwelf_elf_gnu_build_id.c dwelf_scn_gnu_compressed_size.c
libdwelf = $(libdw)