diff options
| author | Mark Wielaard <[email protected]> | 2016-01-04 21:41:52 +0100 |
|---|---|---|
| committer | Mark Wielaard <[email protected]> | 2016-01-05 16:18:37 +0100 |
| commit | 0aa60ac643cea053d03a2de2ed7757d907b5e7bb (patch) | |
| tree | d78383c4e21461fd75702f667e283b0aefc21efe /config/Makefile.am | |
| parent | 77e1739fc53c4021f6172955b73b2dce252d0709 (diff) | |
config: Add libelf and libdw pkg-config files.
Signed-off-by: Mark Wielaard <[email protected]>
Diffstat (limited to 'config/Makefile.am')
| -rw-r--r-- | config/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/config/Makefile.am b/config/Makefile.am index 23f7b655..66012d02 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in -*-Makefile-*- ## Configure input file for elfutils. ## -## Copyright (C) 2004, 2005, 2008, 2009, 2011, 2015 Red Hat, Inc. +## Copyright (C) 2004, 2005, 2008, 2009, 2011, 2015, 2016 Red Hat, Inc. ## This file is part of elfutils. ## ## This file is free software; you can redistribute it and/or modify @@ -29,6 +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 + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libelf.pc libdw.pc if MAINTAINER_MODE $(srcdir)/elfutils.spec.in: $(top_srcdir)/NEWS |
