summaryrefslogtreecommitdiffstats
path: root/src/plugins
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-03-25 23:07:43 +0000
committerKen Raeburn <raeburn@mit.edu>2007-03-25 23:07:43 +0000
commit4a742692610c0356d42b8379c9b92477a41ea173 (patch)
tree3a63a378ab6cc78613fccda521273ec03e7c31ee /src/plugins
parent3a2812f7072052724377d30f0ff08bbd24ba28ce (diff)
downloadkrb5-4a742692610c0356d42b8379c9b92477a41ea173.tar.gz
krb5-4a742692610c0356d42b8379c9b92477a41ea173.tar.xz
krb5-4a742692610c0356d42b8379c9b92477a41ea173.zip
Depend on support library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19268 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins')
-rw-r--r--src/plugins/locate/python/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/locate/python/Makefile.in b/src/plugins/locate/python/Makefile.in
index 3804432fc..0849926c5 100644
--- a/src/plugins/locate/python/Makefile.in
+++ b/src/plugins/locate/python/Makefile.in
@@ -10,8 +10,8 @@ SO_EXT=.so
RELDIR=../plugins/locate/python
MODULE_INSTALL_DIR = $(KRB5_LIBKRB5_MODULE_DIR)
-SHLIB_EXPDEPS= $(KRB5_DEPLIB)
-SHLIB_EXPLIBS= -lpython2.3 $(KRB5_LIB)
+SHLIB_EXPDEPS= $(KRB5_DEPLIB) $(SUPPORT_DEPLIB)
+SHLIB_EXPLIBS= -lpython2.3 $(KRB5_LIB) $(SUPPORT_LIB)
SHLIB_DIRS=-L$(TOPLIBD)
SHLIB_RDIRS=$(KRB5_LIBDIR)