summaryrefslogtreecommitdiffstats
path: root/src/krb524/Makefile.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2003-05-28 02:16:30 +0000
committerKen Raeburn <raeburn@mit.edu>2003-05-28 02:16:30 +0000
commit125e627c402c08c5848bb7a67223397b42779ba1 (patch)
tree15ab253aab4673ccbe83619d9ec4a47355e60bcc /src/krb524/Makefile.in
parentebc76acfeeadb9db1e2c78470eca8300bef38ffc (diff)
downloadkrb5-125e627c402c08c5848bb7a67223397b42779ba1.tar.gz
krb5-125e627c402c08c5848bb7a67223397b42779ba1.tar.xz
krb5-125e627c402c08c5848bb7a67223397b42779ba1.zip
Rename interface to krb5_524_convert_creds, export it from krb5 library.
Provide old names as functions for UNIX/MacOS binary compatibility, and deprecated macros for source code compatibility. (For Windows, we'll still need a krb524.dll, and it can worry about providing the old names.) Enable support on Windows always. ticket: 1491 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15513 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/krb524/Makefile.in')
-rw-r--r--src/krb524/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/krb524/Makefile.in b/src/krb524/Makefile.in
index d904c70cde..41f8ef941a 100644
--- a/src/krb524/Makefile.in
+++ b/src/krb524/Makefile.in
@@ -85,7 +85,7 @@ k524init: $(CLIENT_OBJS) $(KRB5_DEPLIB) $(KRB4COMPAT_DEPLIBS)
$(K524LIB): $(STLIBOBJS) $(K4LIB) $(KLIB)
link $(DLL_LINKOPTS) -def:$(K524DEF) -out:$*.dll $** $(WINLIBS)
-$(OUTPRE)k524init.exe: $(OUTPRE)k524init.$(OBJEXT) $(K524DEP) $(KLIB) $(K4LIB) $(CLIB) $(BUILDTOP)\util\windows\$(OUTPRE)getopt.lib
+$(OUTPRE)k524init.exe: $(OUTPRE)k524init.$(OBJEXT) $(KLIB) $(K4LIB) $(CLIB) $(BUILDTOP)\util\windows\$(OUTPRE)getopt.lib
link $(EXE_LINKOPTS) -out:$@ $** $(WINLIBS)
install-unix::