summaryrefslogtreecommitdiffstats
path: root/src/plugins/kdb
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-03-15 01:10:10 +0000
committerKen Raeburn <raeburn@mit.edu>2007-03-15 01:10:10 +0000
commite8fd9e0be3874712caa00a2539ef42f798460ce1 (patch)
tree26540d4c23600dce47a29a8950574ff6fcb616da /src/plugins/kdb
parenta04860e78fbd6cfb041e9beb92701d7dccd04ec3 (diff)
downloadkrb5-e8fd9e0be3874712caa00a2539ef42f798460ce1.tar.gz
krb5-e8fd9e0be3874712caa00a2539ef42f798460ce1.tar.xz
krb5-e8fd9e0be3874712caa00a2539ef42f798460ce1.zip
Depend on kadm5 server library too, now that we use the config_params calls
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19228 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/kdb')
-rw-r--r--src/plugins/kdb/ldap/libkdb_ldap/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/kdb/ldap/libkdb_ldap/Makefile.in b/src/plugins/kdb/ldap/libkdb_ldap/Makefile.in
index 301f3592f..7aa0f3b2d 100644
--- a/src/plugins/kdb/ldap/libkdb_ldap/Makefile.in
+++ b/src/plugins/kdb/ldap/libkdb_ldap/Makefile.in
@@ -31,7 +31,7 @@ SHLIB_EXPDEPS = \
$(TOPLIBD)/libk5crypto$(SHLIBEXT) \
$(SUPPORT_DEPLIB) \
$(TOPLIBD)/libkrb5$(SHLIBEXT)
-SHLIB_EXPLIBS= $(GSSRPC_LIBS) -lkrb5 -lk5crypto $(COM_ERR_LIB) $(SUPPORT_LIB) @LDAP_LIBS@ $(LIBS)
+SHLIB_EXPLIBS= $(KADMSRV_LIBS) -lkrb5 -lk5crypto $(COM_ERR_LIB) $(SUPPORT_LIB) @LDAP_LIBS@ $(LIBS)
SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)