summaryrefslogtreecommitdiffstats
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-11-14 02:45:20 +0000
committerTheodore Tso <tytso@mit.edu>1998-11-14 02:45:20 +0000
commit9c3cd8f8f10efe5c9428ad0a1ada71bae826007a (patch)
tree17c017d37e0b9c3ee5db1eebe3d556a3c2cb2120 /src/include/Makefile.in
parentd5200be5d9d50e005060b0572f815a24572d58a4 (diff)
downloadkrb5-9c3cd8f8f10efe5c9428ad0a1ada71bae826007a.tar.gz
krb5-9c3cd8f8f10efe5c9428ad0a1ada71bae826007a.tar.xz
krb5-9c3cd8f8f10efe5c9428ad0a1ada71bae826007a.zip
Makefile.in: Set the myfulldir and mydir variables (which are relative
to buildtop and thisconfigdir, respectively.) Add a MY_SUBDIRS definition to control the directories which are recursively descended by the Makefile. configure.in: Folded tests from krb5 and kerberosIV directories into this configure.in file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11037 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index ba5d06b2d..f5127196d 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -1,4 +1,7 @@
thisconfigdir=.
+myfulldir=include
+mydir=.
+MY_SUBDIRS=krb5 kerberosIV
BUILDTOP=$(REL)$(U)
##DOSBUILDTOP = ..