summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-28 18:50:48 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-28 18:50:48 +0000
commitc5bb29bcc9a9cc7132060fa607bf2e1519efbb6b (patch)
tree2f17b2ddc2b7a58e90f0d5a9a8700f194d1366f5
parentbfb36c3b71d12e9b4c530de44238a169ef05ea1e (diff)
downloadkrb5-c5bb29bcc9a9cc7132060fa607bf2e1519efbb6b.tar.gz
krb5-c5bb29bcc9a9cc7132060fa607bf2e1519efbb6b.tar.xz
krb5-c5bb29bcc9a9cc7132060fa607bf2e1519efbb6b.zip
Added zipping up windows gssapi demo program
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5616 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/ChangeLog8
-rw-r--r--src/Makefile.in9
2 files changed, 13 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d115966b2..417b21b22 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,11 @@
+Fri Apr 28 11:38:09 1995 Keith Vetter (keithv@fusion.com)
+
+ * Makefile.in: new windows gss app added to the zip target.
+
+Thu Apr 27 18:30:00 1995 Keith Vetter <keithv@fusion.com>
+
+ * Makefile.in: have ZIP exclude any *.zip files it finds.
+
Fri Apr 28 14:34:17 1995 Mark Eichin <eichin@cygnus.com>
* aclocal.m4 (WITH_KRB4): put AC_CONST in, since we always end up
diff --git a/src/Makefile.in b/src/Makefile.in
index 84360ccc7..10349f398 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -218,16 +218,17 @@ 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/* \
- util/profile/* windows/* windows/cns/* windows/wintel/*
+ util/profile/* windows/* windows/cns/* windows/wintel/* \
+ windows/gss/*
-ZIPBINARYFILES=windows/cns/*.ico windows/wintel/*.ico
+ZIPBINARYFILES=windows/cns/*.ico windows/wintel/*.ico windows/gss/*.ico
ZIPEXCLUDE= LIB/KRB5.SAB \
INCLUDE/KRB5/AUTOCONF.H \
LIB/CRYPTO/MD4/T_MDDRIV LIB/CRYPTO/MD5/T_MDDRIV \
UTIL/PROFILE/TEST_PAR UTIL/PROFILE/TEST_PRO \
- WINDOWS/CNS/*.ICO WINDOWS/WINTEL/*.ICO \
- *.O *.A
+ WINDOWS/CNS/*.ICO WINDOWS/WINTEL/*.ICO WINDOWS/GSS/*.ICO \
+ *.O *.A *.ZIP
kerbsrc.zip: awk-windows
rm -f Makefile.bak