Added zipping up windows gssapi demo program
authorKeith Vetter <keithv@fusion.com>
Fri, 28 Apr 1995 18:50:48 +0000 (18:50 +0000)
committerKeith Vetter <keithv@fusion.com>
Fri, 28 Apr 1995 18:50:48 +0000 (18:50 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5616 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index d115966b2ef9c1a2b2b682508856f79e0834c85a..417b21b22d254088849755880517525431d584b8 100644 (file)
@@ -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
index 84360ccc78048fcbbfe0bf48e2d42f782690492a..10349f398b7b40bfa34b71ffd13a9bb247614321 100644 (file)
@@ -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