]> andersk Git - nss_nonlocal.git/blobdiff - Makefile.am
Guard one-time initialization with memory barriers
[nss_nonlocal.git] / Makefile.am
index a22eb6eda32166379a5a492de8f0648f291af9f5..6d7ba8cf598e7edc51dc4516c4a73c4eeaff21be 100644 (file)
@@ -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.*
This page took 0.263732 seconds and 4 git commands to generate.