diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2007-05-31 21:25:56 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2007-05-31 21:25:56 +0000 |
| commit | 663b22141ca0e6353d75495bdfa641a36fa73627 (patch) | |
| tree | 6b778a56f65890257aca8ae69c7a5b558cac8ec0 /src/plugins/preauth/wpse/Makefile.in | |
| parent | d45eeb7f708d5be2e9fbdbc54a04655776074f6c (diff) | |
| download | krb5-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/Makefile.in')
| -rw-r--r-- | src/plugins/preauth/wpse/Makefile.in | 12 |
1 files changed, 10 insertions, 2 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 |
