From e2070525f82a82bb2c91239087bd15c954963e01 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Mon, 23 Apr 2001 08:00:31 +0000 Subject: Make sure kerberos.h gets put in the ship list. svn path=/trunk/; revision=3296 --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b0938e3a..3f9e080f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -257,7 +257,7 @@ parser = $(srcdir)/rcfile_l.l $(srcdir)/rcfile_y.y headers = $(srcdir)/fetchmail.h $(srcdir)/socket.h $(srcdir)/smtp.h \ $(srcdir)/mx.h $(srcdir)/md5.h $(srcdir)/md5global.h \ $(srcdir)/netrc.h $(srcdir)/tunable.h $(srcdir)/i18n.h \ - $(srcdir)/ntlm.h $(srcdir)/smb.h \ + $(srcdir)/ntlm.h $(srcdir)/smb.h $(srcdir)/kerberos.h \ $(srcdir)/smbbyteorder.h $(srcdir)/smbdes.h $(srcdir)/smbencrypt.h \ $(srcdir)/smbmd4.h extra = $(srcdir)/alloca.c $(srcdir)/getopt.[ch] $(srcdir)/getopt1.c \ -- cgit v1.2.3