diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-02-28 05:04:36 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-02-28 05:04:36 +0000 |
| commit | 630d55d2ec881a91cb8bb0e49f3e77fc49a6c966 (patch) | |
| tree | 120646441665a1a931d8095ad488cfbf777904b8 /src | |
| parent | d9bc9fab1609e2fa776f4d04bf43d200044ab9f4 (diff) | |
| download | krb5-630d55d2ec881a91cb8bb0e49f3e77fc49a6c966.tar.gz krb5-630d55d2ec881a91cb8bb0e49f3e77fc49a6c966.tar.xz krb5-630d55d2ec881a91cb8bb0e49f3e77fc49a6c966.zip | |
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
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/Makefile.in | 9 |
2 files changed, 11 insertions, 3 deletions
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 <tytso@dcl> + + * Makefile.in: Modify windows build procedure to include the + gssapi/mechglue directory. + Sat Feb 24 19:07:15 1996 Theodore Y. Ts'o <tytso@dcl> * 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.in >lib\des425\makefile .\wconfig config <lib\gssapi\makefile.in >lib\gssapi\makefile .\wconfig config <lib\gssapi\generic\makefile.in >lib\gssapi\generic\makefile + .\wconfig config <lib\gssapi\mechglue\makefile.in >lib\gssapi\mechglue\makefile .\wconfig config <lib\gssapi\krb5\makefile.in >lib\gssapi\krb5\makefile .\wconfig config <lib\kadm\makefile.in >lib\kadm\makefile .\wconfig config <lib\krb5\makefile.in >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 |
