source: branches/fc19-dev/server/common/oursrc/nss_nonlocal/Makefile.am @ 2434

Last change on this file since 2434 was 2434, checked in by achernya, 11 years ago
Merge r2402-r2433 from trunk to branches/fc19-dev
File size: 484 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 walk_nss.h
5libnss_nonlocal_la_LDFLAGS = \
6    -version-info 2:0:0 \
7    -export-symbols-regex '^_nss_nonlocal_' \
8    -no-undefined -Wl,-z,defs
9
10install-exec-hook:
11        rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so
12        rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.la
13
14uninstall-local:
15        rm -f $(DESTDIR)$(libdir)/libnss_nonlocal.so.*
Note: See TracBrowser for help on using the repository browser.