diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-13 21:20:06 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-10-13 21:20:06 +0000 |
commit | 61c113871c35c9b8cbde117b64ef8a551e747a21 (patch) | |
tree | 38feda4a50c2a8adb47cf775af4a69f9b850f8b0 /nss | |
parent | 28814c5b597bda7b34d5a7dbf9b8bdad22aab78e (diff) |
link local modules before .a files from common directory to pick symbols up in correct order
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1270 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nss')
-rw-r--r-- | nss/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile.am b/nss/Makefile.am index 712c20e..4c790bd 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -32,7 +32,7 @@ EXTRA_nss_ldap_so_SOURCES = aliases.c ethers.c group.c hosts.c netgroup.c \ networks.c passwd.c protocols.c rpc.c services.c \ shadow.c nss_ldap_so_DEPENDENCIES = $(NSS_MODULE_OBJS) -nss_ldap_so_LDADD = ../common/libtio.a ../common/libprot.a $(NSS_MODULE_OBJS) +nss_ldap_so_LDADD = $(NSS_MODULE_OBJS) ../common/libtio.a ../common/libprot.a EXTRA_DIST = exports.glibc exports.solaris |