summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-10-30 13:40:58 +0000
committerArthur de Jong <arthur@arthurdejong.org>2006-10-30 13:40:58 +0000
commit3f11f0a009ae5c48376f6c98dfa3876e0309cb3d (patch)
treeeaf8f3d61d6f720628380ec48985aeafd32776ba
parent86dd242a266d5b2b43aa593cb799ba145caf3802 (diff)
do not build libnss_ldap.so in this directory, only build nss object functions
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@27 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nss/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/nss/Makefile.am b/nss/Makefile.am
index 5d7ee6f..56cc77c 100644
--- a/nss/Makefile.am
+++ b/nss/Makefile.am
@@ -19,14 +19,6 @@
# MA 02110-1301 USA
noinst_LIBRARIES = libnss.a
-noinst_PROGRAMS = libnss_ldap.so
libnss_a_SOURCES = common.c common.h exports.h ../nslcd-client.h \
passwd.c aliases.c
-libnss_a_LIBADD = ../nslcd-client.o
-
-libnss_ldap_so_SOURCES =
-libnss_ldap_so_LDADD = libnss.a
-libnss_ldap_so_LDFLAGS = -shared -Wl,-soname,libnss_ldap.so.2
-
-# gcc -shared -o libnss_NAME.so.2 -Wl,-soname,libnss_NAME.so.2 OBJECTS