svn rev #25494: trunk/src/plugins/kdb/ldap/
hartmans@MIT.EDU
hartmans at MIT.EDU
Tue Nov 29 18:11:13 EST 2011
http://src.mit.edu/fisheye/changelog/krb5/?cs=25494
Commit By: hartmans
Log Message:
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
Changed Files:
U trunk/src/plugins/kdb/ldap/Makefile.in
Modified: trunk/src/plugins/kdb/ldap/Makefile.in
===================================================================
--- trunk/src/plugins/kdb/ldap/Makefile.in 2011-11-29 22:49:56 UTC (rev 25493)
+++ trunk/src/plugins/kdb/ldap/Makefile.in 2011-11-29 23:11:13 UTC (rev 25494)
@@ -31,6 +31,9 @@
SRCS= $(srcdir)/ldap_exp.c
+$(TOPLIBD)/libkdb_ldap$(SHLIBEXT) : all-recurse
+
+
STOBJLISTS=OBJS.ST
STLIBOBJS= ldap_exp.o
More information about the cvs-krb5
mailing list