diff options
author | Keith Vetter <keithv@fusion.com> | 1995-02-21 02:11:06 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-02-21 02:11:06 +0000 |
commit | aac4294b6a09d05e4c9a5b0e0de1929c45e30010 (patch) | |
tree | a5858b6a7507b55b8c475b28f240e302d1c9d2d8 /src/include/krb5/Makefile.in | |
parent | 4605badb99eb04b7a43188f7f375563a1e4f1314 (diff) | |
download | krb5-aac4294b6a09d05e4c9a5b0e0de1929c45e30010.tar.gz krb5-aac4294b6a09d05e4c9a5b0e0de1929c45e30010.tar.xz krb5-aac4294b6a09d05e4c9a5b0e0de1929c45e30010.zip |
Made the CRYPTO directories work on the PC by adding INTERFACE to all the
functions and prototypes, and updating the Makefile.in.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4956 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/krb5/Makefile.in')
-rw-r--r-- | src/include/krb5/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/krb5/Makefile.in b/src/include/krb5/Makefile.in index 53b95d1cdd..5ceaa0e654 100644 --- a/src/include/krb5/Makefile.in +++ b/src/include/krb5/Makefile.in @@ -22,8 +22,6 @@ all-windows: copy stock\config.win config.h echo /* not used in windows */ > osconf.h echo /* not used in windows */ > autoconf.h - copy $(BUILDTOP)\lib\krb5\asn.1\krb5_decode.h .\asn.1\krb5_decode.h - copy $(BUILDTOP)\lib\krb5\asn.1\krb5_encode.h .\asn.1\krb5_encode.h includes:: autoconf.h |