Last change
on this file since 820 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 | |
---|
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 |
---|
5 | libnss_nonlocal_la_LDFLAGS = \ |
---|
6 | -version-info 2:0:0 \ |
---|
7 | -export-symbols-regex '^_nss_nonlocal_' |
---|
8 | |
---|
9 | noinst_PROGRAMS = .linktest |
---|
10 | _linktest_SOURCES = |
---|
11 | _linktest_LDADD = libnss_nonlocal.la |
---|
12 | _linktest_LDFLAGS = -nostdlib -entry=0 |
---|
13 | |
---|
14 | install-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.