]> andersk Git - nss_nonlocal.git/commitdiff
Makefile.am: Fix ‘make uninstall’
authorAnders Kaseorg <andersk@mit.edu>
Thu, 13 Jun 2013 01:15:31 +0000 (21:15 -0400)
committerAnders Kaseorg <andersk@mit.edu>
Thu, 13 Jun 2013 03:17:25 +0000 (23:17 -0400)
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Makefile.am

index b09f9224d9329a3bfad26ba02de215ee9df68d6b..6d7ba8cf598e7edc51dc4516c4a73c4eeaff21be 100644 (file)
@@ -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.*
This page took 0.126565 seconds and 5 git commands to generate.