]> andersk Git - nss_nonlocal.git/blame - Makefile.am
configure: Use AM_PROG_AR if available (needed by Automake 1.12)
[nss_nonlocal.git] / Makefile.am
CommitLineData
2404d301
AK
1lib_LTLIBRARIES = libnss_nonlocal.la
2libnss_nonlocal_la_SOURCES = \
3 nonlocal-passwd.c nonlocal-group.c nonlocal-shadow.c \
4 nonlocal.h nsswitch-internal.h
5libnss_nonlocal_la_LDFLAGS = \
6 -version-info 2:0:0 \
c5594b31
AK
7 -export-symbols-regex '^_nss_nonlocal_' \
8 -no-undefined -Wl,-z,defs
2404d301
AK
9
10install-exec-hook:
11 rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so
12 rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la
This page took 0.204486 seconds and 5 git commands to generate.