summaryrefslogtreecommitdiffstats
path: root/src/plugins/locate/python
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-03-25 23:08:05 +0000
committerKen Raeburn <raeburn@mit.edu>2007-03-25 23:08:05 +0000
commit630b8dc0d25def1aafcb1897980ea1a6284d322d (patch)
tree64f46d14ace8273044e04d3e378150aa78364188 /src/plugins/locate/python
parent98bd50dd0e5fd0d687808177d155399d29e1e076 (diff)
downloadkrb5-630b8dc0d25def1aafcb1897980ea1a6284d322d.tar.gz
krb5-630b8dc0d25def1aafcb1897980ea1a6284d322d.tar.xz
krb5-630b8dc0d25def1aafcb1897980ea1a6284d322d.zip
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
Diffstat (limited to 'src/plugins/locate/python')
-rw-r--r--src/plugins/locate/python/Makefile.in4
-rw-r--r--src/plugins/locate/python/configure.in8
2 files changed, 2 insertions, 10 deletions
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
diff --git a/src/plugins/locate/python/configure.in b/src/plugins/locate/python/configure.in
deleted file mode 100644
index 11e22152d..000000000
--- a/src/plugins/locate/python/configure.in
+++ /dev/null
@@ -1,8 +0,0 @@
-K5_AC_INIT(configure.in)
-CONFIG_RULES
-AC_CHECK_HEADERS(Python.h python2.3/Python.h)
-dnl AC_CHECK_LIB(python2.3)
-
-KRB5_BUILD_LIBOBJS
-KRB5_BUILD_LIBRARY
-V5_AC_OUTPUT_MAKEFILE