From: Wouter Wijngaards Date: Fri, 22 Jan 2010 16:25:17 +0000 (+0000) Subject: libtool finish the python unbound lib. X-Git-Tag: release-1.4.2~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f437de11a62d511539cf2cfbc308d5477edb3b3b;p=thirdparty%2Funbound.git libtool finish the python unbound lib. git-svn-id: file:///svn/unbound/trunk@1963 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/Makefile.in b/Makefile.in index 273e4dd77..f586a3713 100644 --- a/Makefile.in +++ b/Makefile.in @@ -385,6 +385,7 @@ ifeq "$(WITH_PYUNBOUND)" "yes" $(INSTALL) -m 755 -d $(DESTDIR)$(PYTHON_SITE_PKG) $(INSTALL) -c -m 644 libunbound/python/unbound.py $(DESTDIR)$(PYTHON_SITE_PKG)/unbound.py $(LIBTOOL) --mode=install cp _unbound.la $(DESTDIR)$(PYTHON_SITE_PKG) + $(LIBTOOL) --mode=finish $(DESTDIR)$(PYTHON_SITE_PKG) endif $(INSTALL) -c -m 644 doc/unbound.8 $(DESTDIR)$(mandir)/man8 $(INSTALL) -c -m 644 doc/unbound-checkconf.8 $(DESTDIR)$(mandir)/man8 diff --git a/doc/Changelog b/doc/Changelog index 14d679341..fe195e6f4 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +22 January 2010: Wouter + - libtool finish the install of unbound python dynamic library. + 21 January 2010: Wouter - acx_nlnetlabs.m4 synchronised with nsd's version.