]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
libtool finish the python unbound lib.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 22 Jan 2010 16:25:17 +0000 (16:25 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 22 Jan 2010 16:25:17 +0000 (16:25 +0000)
git-svn-id: file:///svn/unbound/trunk@1963 be551aaa-1e26-0410-a405-d3ace91eadb9

Makefile.in
doc/Changelog

index 273e4dd7744abe642fe50e2562d967206784d3db..f586a3713792823f9a50df7a526704c2b2d9d477 100644 (file)
@@ -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
index 14d6793418f2ee7fc9d20e0b0caaafdf54ee2524..fe195e6f4e754ab6db1c47844c6dce6a409a3436 100644 (file)
@@ -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.