Last change
on this file since 1947 was
1878,
checked in by achernya, 14 years ago
|
Merge r1803-1877 from trunk to branches/fc15-dev
|
File size:
407 bytes
|
Rev | Line | |
---|
[782] | 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 \ |
---|
[1878] | 7 | -export-symbols-regex '^_nss_nonlocal_' \ |
---|
| 8 | -no-undefined -Wl,-z,defs |
---|
[782] | 9 | |
---|
| 10 | install-exec-hook: |
---|
| 11 | rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so |
---|
| 12 | rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la |
---|
Note: See
TracBrowser
for help on using the repository browser.