From 630b8dc0d25def1aafcb1897980ea1a6284d322d Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Sun, 25 Mar 2007 23:08:05 +0000 Subject: Generate makefiles for two static libs plus the python plugin from the top-level configure script git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19270 dc483132-0cff-0310-8789-dd5450dbe970 --- src/plugins/locate/python/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/locate/python/Makefile.in') diff --git a/src/plugins/locate/python/Makefile.in b/src/plugins/locate/python/Makefile.in index 0849926c5..ab369919b 100644 --- a/src/plugins/locate/python/Makefile.in +++ b/src/plugins/locate/python/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=. +thisconfigdir=../../.. myfulldir=plugins/locate/python -mydir=. +mydir=plugins/locate/python BUILDTOP=$(REL)..$(S)..$(S).. LIBBASE=python -- cgit