From 246523a6906c8e5c744360f53721c83feb719581 Mon Sep 17 00:00:00 2001 From: Ken Raeburn Date: Wed, 31 May 2006 00:09:31 +0000 Subject: Merge about 1/3 of the remaining configure scripts into the top level. This still leaves out appl and tests, and static library and plugin directories. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@18068 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/gssapi/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/gssapi/Makefile.in') diff --git a/src/lib/gssapi/Makefile.in b/src/lib/gssapi/Makefile.in index 4ef0253bd7..daf0818ddc 100644 --- a/src/lib/gssapi/Makefile.in +++ b/src/lib/gssapi/Makefile.in @@ -1,6 +1,6 @@ -thisconfigdir=. +thisconfigdir=../.. myfulldir=lib/gssapi -mydir=. +mydir=lib/gssapi BUILDTOP=$(REL)..$(S).. LOCAL_SUBDIRS= generic krb5 DEFS= -- cgit