nss-pam-ldapd commit: r1353 - nss-pam-ldapd-solaris/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1353 - nss-pam-ldapd-solaris/nss
- From: Commits of the nss-pam-ldapd project <nss-pam-ldapd-commits [at] lists.arthurdejong.org>
- To: nss-pam-ldapd-commits [at] lists.arthurdejong.org
- Reply-to: nss-pam-ldapd-users [at] lists.arthurdejong.org
- Subject: nss-pam-ldapd commit: r1353 - nss-pam-ldapd-solaris/nss
- Date: Thu, 30 Dec 2010 13:58:31 +0100 (CET)
Author: arthur
Date: Thu Dec 30 13:58:29 2010
New Revision: 1353
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1353
Log:
correctly set nss_ldap_so_DEPENDENCIES
Modified:
nss-pam-ldapd-solaris/nss/Makefile.am
Modified: nss-pam-ldapd-solaris/nss/Makefile.am
==============================================================================
--- nss-pam-ldapd-solaris/nss/Makefile.am Thu Dec 30 13:44:39 2010
(r1352)
+++ nss-pam-ldapd-solaris/nss/Makefile.am Thu Dec 30 13:58:29 2010
(r1353)
@@ -31,12 +31,12 @@
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
--
To unsubscribe send an email to
nss-pam-ldapd-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/nss-pam-ldapd-commits
- nss-pam-ldapd commit: r1353 - nss-pam-ldapd-solaris/nss,
Commits of the nss-pam-ldapd project