Changeset 1825 for trunk/server/common/oursrc/nss_nonlocal/Makefile.am
- Timestamp:
- Apr 29, 2011, 9:22:38 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server/common/oursrc/nss_nonlocal/Makefile.am
r782 r1825 5 5 libnss_nonlocal_la_LDFLAGS = \ 6 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 7 -export-symbols-regex '^_nss_nonlocal_' \ 8 -no-undefined -Wl,-z,defs 13 9 14 10 install-exec-hook:
Note: See TracChangeset
for help on using the changeset viewer.