]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
drop intention to switch to libltdl
authorPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 21 Jul 2014 13:01:10 +0000 (15:01 +0200)
committerPeter van Dijk <peter.van.dijk@netherlabs.nl>
Mon, 21 Jul 2014 13:01:10 +0000 (15:01 +0200)
Makefile.am

index c0c5bb55a4cfb388910f64f1bd8204607b8688ed..6b6ea12e735113e253877c4dfe72ef3a27a9c6d8 100644 (file)
@@ -31,8 +31,6 @@ install-exec-local:
 
 
 # remove .la files. We don't need them, because we use dlopen, not libltdl.
-# If we ever switch to libltdl (to support dynamic loading on OSX, perhaps)
-# remove this hook.
 install-exec-hook:
        find $(DESTDIR)$(pkglibdir) -type f -name \*.la -delete