Modify windows build procedure to include the gssapi/mechglue
authorTheodore Tso <tytso@mit.edu>
Wed, 28 Feb 1996 05:04:36 +0000 (05:04 +0000)
committerTheodore Tso <tytso@mit.edu>
Wed, 28 Feb 1996 05:04:36 +0000 (05:04 +0000)
directory.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7562 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index d282f680df4603bf5acfe36399466d6c3ae84b6b..2cbf691863c6400b3472f310eada2ea75913ed44 100644 (file)
@@ -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
index 1b13ec2cdb820c8cba575d871855d4415fb99575..aef4af1f474518327b9f8b8255c25cb1db8c5c84 100644 (file)
@@ -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