aboutsummaryrefslogtreecommitdiff
path: root/src/appl/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1998-11-13 21:10:39 +0000
committerTheodore Tso <tytso@mit.edu>1998-11-13 21:10:39 +0000
commitf2cdf59323862bcf8f8d2ee8b73e4495712ba646 (patch)
tree1ccdbde4ac2d191c3a0e4eb9116673246cd7fd20 /src/appl/Makefile.in
parentb144eab66fe487302900c0dbccb01be3794510fe (diff)
downloadkrb5-f2cdf59323862bcf8f8d2ee8b73e4495712ba646.zip
krb5-f2cdf59323862bcf8f8d2ee8b73e4495712ba646.tar.gz
krb5-f2cdf59323862bcf8f8d2ee8b73e4495712ba646.tar.bz2
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: Fold the autoconf tests from the sample, simple, gss-sample, and user_user directories into this higher-level configure.in file. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11032 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/Makefile.in')
-rw-r--r--src/appl/Makefile.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/appl/Makefile.in b/src/appl/Makefile.in
index b327464..d29642a 100644
--- a/src/appl/Makefile.in
+++ b/src/appl/Makefile.in
@@ -1,3 +1,8 @@
thisconfigdir=.
+myfulldir=appl
+mydir=.
BUILDTOP=$(REL)$(U)
CFLAGS = $(CCOPTS)
+
+MY_SUBDIRS= sample simple user_user bsd gss-sample gssftp telnet
+