summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-10-29 11:15:34 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-10-29 11:15:34 +0000
commitc32b7dbfebc726d46f00484def5fbe61a6569b2c (patch)
tree788f166317362cb6d6054e5e37ac2b4ff84b1ee9 /src
parente6dcf2d7e4b9c119284e7c795b640a216a49067a (diff)
downloadkrb5-c32b7dbfebc726d46f00484def5fbe61a6569b2c.tar.gz
krb5-c32b7dbfebc726d46f00484def5fbe61a6569b2c.tar.xz
krb5-c32b7dbfebc726d46f00484def5fbe61a6569b2c.zip
add include directory
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1347 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/Imakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Imakefile b/src/Imakefile
index 6a4ad1ebf7..e56aaa72e3 100644
--- a/src/Imakefile
+++ b/src/Imakefile
@@ -28,7 +28,7 @@ SSDIR=ss
all::
make includes
- SUBDIRS = $(COMERRDIR) $(SSDIR) lib kdc admin clients appl
+ SUBDIRS = include $(COMERRDIR) $(SSDIR) lib kdc admin clients appl
LNINSTALLDIRS =
MakeSubdirs($(SUBDIRS))