From 05e3539856e866db20ccac2fc9cf53a393447a82 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 13 Nov 2017 10:25:01 +0000 Subject: [PATCH] - Fix #2801: Install libunbound.pc. git-svn-id: file:///svn/unbound/trunk@4401 be551aaa-1e26-0410-a405-d3ace91eadb9 --- Makefile.in | 2 ++ doc/Changelog | 3 +++ 2 files changed, 5 insertions(+) diff --git a/Makefile.in b/Makefile.in index c009f0634..123b7bad7 100644 --- a/Makefile.in +++ b/Makefile.in @@ -533,6 +533,8 @@ install-all: all $(PYTHONMOD_INSTALL) $(PYUNBOUND_INSTALL) $(UNBOUND_EVENT_INSTA $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man8 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man5 $(INSTALL) -m 755 -d $(DESTDIR)$(mandir)/man1 + $(INSTALL) -m 755 -d $(DESTDIR)$(libdir)/pkgconfig + $(INSTALL) -m 644 contrib/libunbound.pc $(DESTDIR)$(libdir)/pkgconfig $(LIBTOOL) --mode=install cp -f unbound$(EXEEXT) $(DESTDIR)$(sbindir)/unbound$(EXEEXT) $(LIBTOOL) --mode=install cp -f unbound-checkconf$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-checkconf$(EXEEXT) $(LIBTOOL) --mode=install cp -f unbound-control$(EXEEXT) $(DESTDIR)$(sbindir)/unbound-control$(EXEEXT) diff --git a/doc/Changelog b/doc/Changelog index eaffc4e9e..2eb3848cc 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +13 November 2017: Wouter + - Fix #2801: Install libunbound.pc. + 7 November 2017: Wouter - Fix #2492: Documentation libunbound.