X-Git-Url: http://andersk.mit.edu/gitweb/nss_nonlocal.git/blobdiff_plain/c5594b31f4d6e67fb08d9eb427f01f86d8ee5cac..1d1fe70358b4483e270529113cd5c829b618f9e6:/Makefile.am diff --git a/Makefile.am b/Makefile.am index a22eb6e..6d7ba8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ lib_LTLIBRARIES = libnss_nonlocal.la libnss_nonlocal_la_SOURCES = \ nonlocal-passwd.c nonlocal-group.c nonlocal-shadow.c \ - nonlocal.h nsswitch-internal.h + nonlocal.h nsswitch-internal.h walk_nss.h libnss_nonlocal_la_LDFLAGS = \ -version-info 2:0:0 \ -export-symbols-regex '^_nss_nonlocal_' \ @@ -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.*