From: Anders Kaseorg Date: Thu, 13 Jun 2013 01:15:31 +0000 (-0400) Subject: Makefile.am: Fix ‘make uninstall’ X-Git-Tag: 2.1~5 X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/commitdiff_plain/1d1fe70358b4483e270529113cd5c829b618f9e6 Makefile.am: Fix ‘make uninstall’ Signed-off-by: Anders Kaseorg --- diff --git a/Makefile.am b/Makefile.am index b09f922..6d7ba8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,3 +10,6 @@ libnss_nonlocal_la_LDFLAGS = \ install-exec-hook: rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la + +uninstall-local: + rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so.*