summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorPaul Park <pjpark@mit.edu>1995-04-26 20:57:39 +0000
committerPaul Park <pjpark@mit.edu>1995-04-26 20:57:39 +0000
commit524620193ee51ed814975c8024a0c7e635fc7509 (patch)
treef08cc35daf2c52b8902529d99cd1dc7039a96493 /src/include
parente6f912cd7bf2cbb37a003933ffd1462e51f41c37 (diff)
downloadkrb5-524620193ee51ed814975c8024a0c7e635fc7509.tar.gz
krb5-524620193ee51ed814975c8024a0c7e635fc7509.tar.xz
krb5-524620193ee51ed814975c8024a0c7e635fc7509.zip
Add new headers for new administrative protocol
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5502 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include')
-rw-r--r--src/include/krb5/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in
index 4c766fd8a..4dd03f1ab 100644
--- a/src/include/krb5/Makefile.in
+++ b/src/include/krb5/Makefile.in
@@ -4,7 +4,8 @@ KRB5SRVTABDIR = /etc
##DOSBUILDTOP = ..\..
##DOS!include $(BUILDTOP)\config\windows.in
-KRB5_HEADERS = asn1.h base-defs.h ccache.h k5-config.h encryption.h \
+KRB5_HEADERS = adm.h adm_proto.h \
+ asn1.h base-defs.h ccache.h k5-config.h encryption.h \
error_def.h k5-errors.h ext-proto.h fieldbits.h \
k5-free.h func-proto.h hostaddr.h kdb.h kdb_dbm.h \
keytab.h libos.h los-proto.h macros.h mit-des.h \