summaryrefslogtreecommitdiffstats
path: root/src/plugins/preauth/wpse
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2007-05-31 21:25:56 +0000
committerKen Raeburn <raeburn@mit.edu>2007-05-31 21:25:56 +0000
commit663b22141ca0e6353d75495bdfa641a36fa73627 (patch)
tree6b778a56f65890257aca8ae69c7a5b558cac8ec0 /src/plugins/preauth/wpse
parentd45eeb7f708d5be2e9fbdbc54a04655776074f6c (diff)
downloadkrb5-663b22141ca0e6353d75495bdfa641a36fa73627.tar.gz
krb5-663b22141ca0e6353d75495bdfa641a36fa73627.tar.xz
krb5-663b22141ca0e6353d75495bdfa641a36fa73627.zip
Configure cksum_body and wpse in top-level configure script. (Still don't build by default.)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19565 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/plugins/preauth/wpse')
-rw-r--r--src/plugins/preauth/wpse/Makefile.in12
-rw-r--r--src/plugins/preauth/wpse/configure.in12
-rw-r--r--src/plugins/preauth/wpse/wpse_main.c4
3 files changed, 11 insertions, 17 deletions
diff --git a/src/plugins/preauth/wpse/Makefile.in b/src/plugins/preauth/wpse/Makefile.in
index 6c2830f50..efb054177 100644
--- a/src/plugins/preauth/wpse/Makefile.in
+++ b/src/plugins/preauth/wpse/Makefile.in
@@ -1,6 +1,6 @@
-thisconfigdir=.
+thisconfigdir=../../..
myfulldir=plugins/preauth/wpse
-mydir=.
+mydir=plugins/preauth/wpse
BUILDTOP=$(REL)..$(S)..$(S)..
KRB5_RUN_ENV = @KRB5_RUN_ENV@
KRB5_CONFIG_SETUP = KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf ; export KRB5_CONFIG ;
@@ -40,3 +40,11 @@ clean::
@libobj_frag@
# +++ Dependency line eater +++
+#
+# Makefile dependencies follow. This must be the last section in
+# the Makefile.in file
+#
+wpse_main.so wpse_main.po $(OUTPRE)wpse_main.$(OBJEXT): \
+ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \
+ $(COM_ERR_DEPS) $(SRCTOP)/include/krb5/preauth_plugin.h \
+ wpse_main.c
diff --git a/src/plugins/preauth/wpse/configure.in b/src/plugins/preauth/wpse/configure.in
deleted file mode 100644
index 53870b507..000000000
--- a/src/plugins/preauth/wpse/configure.in
+++ /dev/null
@@ -1,12 +0,0 @@
-K5_AC_INIT(configure.in)
-CONFIG_RULES
-
-AC_CHECK_HEADERS(errno.h string.h)
-
-KRB5_RUN_FLAGS
-dnl The following is for check...
-KRB5_BUILD_PROGRAM
-KRB5_BUILD_LIBOBJS
-KRB5_BUILD_LIBRARY
-AC_CONFIG_HEADERS(config.h)
-V5_AC_OUTPUT_MAKEFILE
diff --git a/src/plugins/preauth/wpse/wpse_main.c b/src/plugins/preauth/wpse/wpse_main.c
index f85806387..fd6ff92dd 100644
--- a/src/plugins/preauth/wpse/wpse_main.c
+++ b/src/plugins/preauth/wpse/wpse_main.c
@@ -32,9 +32,7 @@
#ident "$Id$"
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
+#include "autoconf.h"
#ifdef HAVE_ERRNO_H
#include <errno.h>