source: server/common/oursrc/nss_nonlocal/Makefile.am @ 782

Last change on this file since 782 was 782, checked in by andersk, 16 years ago
Update to nss_nonlocal 1.7, which fixes the nscd bug.
File size: 500 bytes
Line 
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 \
7    -export-symbols-regex '^_nss_nonlocal_'
8
9noinst_PROGRAMS = .linktest
10_linktest_SOURCES =
11_linktest_LDADD = libnss_nonlocal.la
12_linktest_LDFLAGS = -nostdlib -entry=0
13
14install-exec-hook:
15        rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so
16        rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la
Note: See TracBrowser for help on using the repository browser.