From 198a3f6cea2fbe53017c078d86742429bdbe39fc Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sat, 1 Jan 2011 14:46:18 +0000 Subject: put solnss.c under EXTRA_nss_ldap_so_SOURCES git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1364 ef36b2f9-881f-0410-afb5-c4e39611909c --- nss/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nss/Makefile.am b/nss/Makefile.am index cc7ab42..f1b7ff0 100644 --- a/nss/Makefile.am +++ b/nss/Makefile.am @@ -30,7 +30,7 @@ nss_ldap_so_SOURCES = common.c common.h prototypes.h \ ../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 @@ 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 solnss.c +EXTRA_DIST = exports.glibc exports.solaris install-exec-local: install-nss_ldap_so uninstall-local: uninstall-nss_ldap_so -- cgit v1.2.3