diff options
| author | Aaron Merey <[email protected]> | 2019-10-28 13:29:26 -0400 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2019-11-22 22:49:21 +0100 |
| commit | 288f6b199a8b1a60d4fb1f54ca7b883cdd5afca2 (patch) | |
| tree | b7d6a0dbcc0773de051aacdef8947d4adf72c941 /config/Makefile.am | |
| parent | 4bad7d1eada6a0690ab30eed2e5ae42c6fd7dacd (diff) | |
debuginfod 1/2: client side
Introduce the debuginfod/ subdirectory, containing the client for a
new debuginfo-over-http service, in shared-library and command-line
forms. Two functions in libdwfl make calls into the client library to
fetch elf/dwarf files by buildid, as a fallback. Instead of normal
dynamic linking (thus pulling in a variety of curl dependencies),
the libdwfl hooks use dlopen/dlsym. Server & tests coming in patch 2.
Signed-off-by: Aaron Merey <[email protected]>
Signed-off-by: Frank Ch. Eigler <[email protected]>
Diffstat (limited to 'config/Makefile.am')
| -rw-r--r-- | config/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 9d292cee..10bd8d31 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -29,10 +29,10 @@ ## not, see <http://www.gnu.org/licenses/>. ## EXTRA_DIST = elfutils.spec.in known-dwarf.awk 10-default-yama-scope.conf - libelf.pc.in libdw.pc.in + libelf.pc.in libdw.pc.in libdebuginfod.pc.in pkgconfigdir = $(libdir)/pkgconfig -pkgconfig_DATA = libelf.pc libdw.pc +pkgconfig_DATA = libelf.pc libdw.pc libdebuginfod.pc if MAINTAINER_MODE $(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS |
