From: Ruben Kerkhof Date: Tue, 22 Jul 2014 08:22:32 +0000 (+0200) Subject: Fix make uninstall X-Git-Tag: auth-3.4.0-rc1~47^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74a28d01fb442388992a97bc2229b23944e5dc16;p=pdns Fix make uninstall Removing the .la files leaves the .so files behind. Fixes #1590 --- diff --git a/Makefile.am b/Makefile.am index 6b6ea12e7..95cad26e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -29,9 +29,3 @@ install-exec-local: @echo @echo "***********************************************************" - -# remove .la files. We don't need them, because we use dlopen, not libltdl. -install-exec-hook: - find $(DESTDIR)$(pkglibdir) -type f -name \*.la -delete - -