From 472ee8f4e6619ecdddf35819b58f3a22b42c65d3 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Mon, 5 Dec 2011 23:43:14 +0000 Subject: [PATCH] pull up r25494 from trunk ------------------------------------------------------------------------ r25494 | hartmans | 2011-11-29 18:11:13 -0500 (Tue, 29 Nov 2011) | 7 lines ticket: 7030 subject: Ldap dependency for parallel builds tags: pullup target_version: 1.10 The ldap plugin needs to declare a dependency on the ldap library ticket: 7030 version_fixed: 1.10 status: resolved git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-10@25518 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/kdb/ldap/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/plugins/kdb/ldap/Makefile.in b/src/plugins/kdb/ldap/Makefile.in index dffb60f47..8232ccdee 100644 --- a/src/plugins/kdb/ldap/Makefile.in +++ b/src/plugins/kdb/ldap/Makefile.in @@ -31,6 +31,9 @@ SHLIB_RDIRS=$(KRB5_LIBDIR) SRCS= $(srcdir)/ldap_exp.c +$(TOPLIBD)/libkdb_ldap$(SHLIBEXT) : all-recurse + + STOBJLISTS=OBJS.ST STLIBOBJS= ldap_exp.o -- 2.26.2