From: Ken Raeburn Date: Sun, 25 Mar 2007 23:07:43 +0000 (+0000) Subject: Depend on support library X-Git-Tag: krb5-1.7-alpha1~1234 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4a742692610c0356d42b8379c9b92477a41ea173;p=krb5.git Depend on support library git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19268 dc483132-0cff-0310-8789-dd5450dbe970 --- 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)