diff options
| author | Ken Raeburn <raeburn@mit.edu> | 1999-09-01 20:59:34 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 1999-09-01 20:59:34 +0000 |
| commit | 20551b3739f17bd7b4f4ec27f79b2445ed6ff12d (patch) | |
| tree | 3c3397de4672a2186110af8cb4c07c9c5bfc42db /src/include/Makefile.in | |
| parent | 8347de78dd4db98ac4a94aee56d177eae2dd68bd (diff) | |
| download | krb5-20551b3739f17bd7b4f4ec27f79b2445ed6ff12d.tar.gz krb5-20551b3739f17bd7b4f4ec27f79b2445ed6ff12d.tar.xz krb5-20551b3739f17bd7b4f4ec27f79b2445ed6ff12d.zip | |
From 1.1 branch.
Indented krb5_cc macros for readability, plus:
1999-08-31 Jeffrey Altman <jaltman@columbia.edu>
* k5-int.h: Add #define ANSI_STDIO for Windows builds so that
stdio opens files in binary mode instead of text
mode. This is necessary for Ctrl-Z transparency.
1999-08-30 Ken Raeburn <raeburn@mit.edu>
* configure.in: Check for memmove and bcopy.
* Makefile.in (install): Install profile.h since krb5.h will use
it.
1999-08-26 Danilo Almeida <dalmeida@mit.edu>
* krb5.hin (krb5_kuserok): Fix calling convention to make it
consistent with rest of krb5 exports before we start exporting
this from the Windows DLL.
1999-08-25 Danilo Almeida <dalmeida@mit.edu>
* k5-int.h (krb5_cc_retrieve_cred_default): Fix calling convention
to make it consistent with actual calling convention.
1999-08-23 Ken Raeburn <raeburn@mit.edu>
* krb5.hin (KRB5_TC_SUPPORTED_KTYPES): New flag.
* k5-int.h (krb5_cc_retrieve_cred_default): Declare.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11764 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/include/Makefile.in')
| -rw-r--r-- | src/include/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in index db023fc69..5298a4b32 100644 --- a/src/include/Makefile.in +++ b/src/include/Makefile.in @@ -69,5 +69,6 @@ clean-windows:: cd .. @echo Making clean in include -install:: krb5.h +install:: krb5.h profile.h $(INSTALL_DATA) krb5.h $(DESTDIR)$(KRB5_INCDIR)$(S)krb5.h + $(INSTALL_DATA) profile.h $(DESTDIR)$(KRB5_INCDIR)$(S)profile.h |
