nss-pam-ldapd commit: r1364 - nss-pam-ldapd/nss
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
nss-pam-ldapd commit: r1364 - nss-pam-ldapd/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: r1364 - nss-pam-ldapd/nss
- Date: Sat, 1 Jan 2011 15:46:21 +0100 (CET)
Author: arthur
Date: Sat Jan 1 15:46:18 2011
New Revision: 1364
URL: http://arthurdejong.org/viewvc/nss-pam-ldapd?view=rev&revision=1364
Log:
put solnss.c under EXTRA_nss_ldap_so_SOURCES
Modified:
nss-pam-ldapd/nss/Makefile.am
Modified: nss-pam-ldapd/nss/Makefile.am
==============================================================================
--- nss-pam-ldapd/nss/Makefile.am Sat Jan 1 15:25:37 2011 (r1363)
+++ nss-pam-ldapd/nss/Makefile.am Sat Jan 1 15:46:18 2011 (r1364)
@@ -30,7 +30,7 @@
../compat/attrs.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
+ shadow.c solnss.c
nss_ldap_so_LDADD = $(NSS_MODULE_OBJS)
if NSS_FLAVOUR_SOLARIS
nss_ldap_so_LDADD += solnss.$(OBJEXT) ../common/libdict.a
@@ -38,7 +38,7 @@
nss_ldap_so_LDADD += ../common/libtio.a ../common/libprot.a
nss_ldap_so_DEPENDENCIES = $(nss_ldap_so_LDADD)
-EXTRA_DIST = exports.glibc exports.solaris solnss.c
+EXTRA_DIST = exports.glibc exports.solaris
install-exec-local: install-nss_ldap_so
uninstall-local: uninstall-nss_ldap_so
--
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: r1364 - nss-pam-ldapd/nss,
Commits of the nss-pam-ldapd project