]> andersk Git - nss_nonlocal.git/blob - Makefile.am
Guard one-time initialization with memory barriers
[nss_nonlocal.git] / Makefile.am
1 lib_LTLIBRARIES = libnss_nonlocal.la
2 libnss_nonlocal_la_SOURCES = \
3     nonlocal-passwd.c nonlocal-group.c nonlocal-shadow.c \
4     nonlocal.h nsswitch-internal.h walk_nss.h
5 libnss_nonlocal_la_LDFLAGS = \
6     -version-info 2:0:0 \
7     -export-symbols-regex '^_nss_nonlocal_' \
8     -no-undefined -Wl,-z,defs
9
10 install-exec-hook:
11         rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so
12         rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la
13
14 uninstall-local:
15         rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so.*
This page took 0.132446 seconds and 5 git commands to generate.