diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-30 12:58:29 +0000 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2010-12-30 12:58:29 +0000 |
commit | 7268fd2233a93f83b4acb2247fad2cc1645e5d36 (patch) | |
tree | 3d8bc669c9eac732ecc39e33396511c2049e89ca | |
parent | 16a03cf6b5f54a4d65c68f21576337b7a8e0102e (diff) |
correctly set nss_ldap_so_DEPENDENCIES
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1353 ef36b2f9-881f-0410-afb5-c4e39611909c
-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 0fddbe7..285592f 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -31,12 +31,12 @@ nss_ldap_so_SOURCES = common.c common.h prototypes.h \ 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) solnss.$(OBJEXT) nss_ldap_so_LDADD = $(NSS_MODULE_OBJS) if NSS_FLAVOUR_SOLARIS nss_ldap_so_LDADD += solnss.$(OBJEXT) ../common/libdict.a endif nss_ldap_so_LDADD += ../common/libtio.a ../common/libprot.a +nss_ldap_so_DEPENDENCIES = $(nss_ldap_so_LDADD) EXTRA_DIST = exports.glibc exports.solaris |