diff options
author | Keith Vetter <keithv@fusion.com> | 1995-03-22 05:52:52 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-03-22 05:52:52 +0000 |
commit | e5660eb769270f17d6f2f39fb5c1c56841929dd5 (patch) | |
tree | cf692ec8d6d9264c7d9067f6ade64c3e020bb5d9 /src/Makefile.in | |
parent | f6b17fe040a3d8307b478d6341def7639af20452 (diff) | |
download | krb5-e5660eb769270f17d6f2f39fb5c1c56841929dd5.tar.gz krb5-e5660eb769270f17d6f2f39fb5c1c56841929dd5.tar.xz krb5-e5660eb769270f17d6f2f39fb5c1c56841929dd5.zip |
Oops. Missed a directory in zipping up for the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5187 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 172437910..56b8e6aa0 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -194,7 +194,7 @@ ZIPFILES= ./* \ lib/krb5/ccache/stdio/* lib/krb5/error_tables/* \ lib/krb5/free/* lib/krb5/keytab/* lib/krb5/keytab/file/* \ lib/krb5/os/* lib/krb5/posix/* lib/krb5/rcache/* util/et/* \ - windows/cns/* + windows/* windows/cns/* ZIPBINARYFILES=windows/cns/*.ico |