]> granicus.if.org Git - pdns/commitdiff
Fix make uninstall
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 22 Jul 2014 08:22:32 +0000 (10:22 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Tue, 22 Jul 2014 08:22:32 +0000 (10:22 +0200)
Removing the .la files leaves the .so files
behind. Fixes #1590

Makefile.am

index 6b6ea12e735113e253877c4dfe72ef3a27a9c6d8..95cad26e08c4679ccda8eed599dbf09fae9c547e 100644 (file)
@@ -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
-
-