diff options
author | Ken Raeburn <raeburn@mit.edu> | 2006-05-31 00:09:31 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@mit.edu> | 2006-05-31 00:09:31 +0000 |
commit | 246523a6906c8e5c744360f53721c83feb719581 (patch) | |
tree | 63354fa1894168d23f7d020be54163d069a3f25c /src/lib/gssapi/Makefile.in | |
parent | 47e795e735027ca77fa2f64462b77b53ac0169a8 (diff) | |
download | krb5-246523a6906c8e5c744360f53721c83feb719581.tar.gz krb5-246523a6906c8e5c744360f53721c83feb719581.tar.xz krb5-246523a6906c8e5c744360f53721c83feb719581.zip |
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
Diffstat (limited to 'src/lib/gssapi/Makefile.in')
-rw-r--r-- | src/lib/gssapi/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/gssapi/Makefile.in b/src/lib/gssapi/Makefile.in index 4ef0253bd..daf0818dd 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= |