Fix autoconf-related directory names to account for configure script
authorTom Yu <tlyu@mit.edu>
Tue, 18 Sep 2007 20:36:18 +0000 (20:36 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 18 Sep 2007 20:36:18 +0000 (20:36 +0000)
being in the local directory instead of at top level.

ticket: 5617

git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-6@19954 dc483132-0cff-0310-8789-dd5450dbe970

src/plugins/preauth/pkinit/Makefile.in

index 7542e3cb1ec29db397d7595ce36195076933ffaa..ffc0059011d81124a71114e53293dd2348e02c8b 100644 (file)
@@ -1,6 +1,6 @@
-thisconfigdir=../../..
+thisconfigdir=.
 myfulldir=plugins/preauth/pkinit
-mydir=plugins/preauth/pkinit
+mydir=.
 BUILDTOP=$(REL)..$(S)..$(S)..
 KRB5_RUN_ENV = @KRB5_RUN_ENV@
 KRB5_CONFIG_SETUP = KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf ; export KRB5_CONFIG ;