summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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