From: Theodore Tso Date: Wed, 28 Feb 1996 05:04:36 +0000 (+0000) Subject: Modify windows build procedure to include the gssapi/mechglue X-Git-Tag: krb5-1.0-beta6~436 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=630d55d2ec881a91cb8bb0e49f3e77fc49a6c966;p=krb5.git Modify windows build procedure to include the gssapi/mechglue directory. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7562 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index d282f680d..2cbf69186 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +Wed Feb 28 00:00:55 1996 Theodore Y. Ts'o + + * Makefile.in: Modify windows build procedure to include the + gssapi/mechglue directory. + Sat Feb 24 19:07:15 1996 Theodore Y. Ts'o * configure.in: Add support for shared libraries under HPUX and diff --git a/src/Makefile.in b/src/Makefile.in index 1b13ec2cd..aef4af1f4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -105,7 +105,8 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ lib\crypto\md4\makefile.in lib\crypto\md5\makefile.in \ lib\crypto\os\makefile.in lib\des425\makefile.in \ lib\gssapi\makefile.in lib\gssapi\generic\makefile.in \ - lib\gssapi\krb5\makefile.in lib\krb5\makefile.in \ + lib\gssapi\krb5\makefile.in lib\gssapi\mechglue\makefile.in \ + lib\krb5\makefile.in \ lib\krb5\asn.1\makefile.in lib\krb5\ccache\makefile.in \ lib\krb5\ccache\file\makefile.in \ lib\krb5\ccache\stdio\makefile.in \ @@ -128,6 +129,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ .\wconfig config lib\des425\makefile .\wconfig config lib\gssapi\makefile .\wconfig config lib\gssapi\generic\makefile + .\wconfig config lib\gssapi\mechglue\makefile .\wconfig config lib\gssapi\krb5\makefile .\wconfig config lib\kadm\makefile .\wconfig config lib\krb5\makefile @@ -187,7 +189,8 @@ FILES= ./* \ include/krb5/stock/* include/sys/* lib/* lib/crypto/* \ lib/crypto/crc32/* lib/crypto/des/* lib/crypto/md4/* \ lib/crypto/md5/* lib/crypto/os/* lib/des425/* lib/gssapi/* \ - lib/gssapi/generic/* lib/gssapi/krb5/* lib/kadm/* lib/krb425/* \ + lib/gssapi/generic/* lib/gssapi/krb5/* lib/gssapi/mechglue/* \ + lib/kadm/* lib/krb425/* \ lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \ lib/krb5/ccache/* lib/krb5/ccache/file/* \ lib/krb5/ccache/stdio/* lib/krb5/error_tables/* \ @@ -223,7 +226,7 @@ winfile.list: MAC_SUBDIRS = lib util macfile.list: - mac/macfiles.sh $(MAC_SUBDIRS) > macfile.list + /bin/sh mac/macfiles.sh $(MAC_SUBDIRS) > macfile.list find $(MACFILES) -prune -type f -print | \ sed -f config/winexclude.sed >> macfile.list