projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3808c84
)
fix lib name; add fini func
author
Ken Raeburn
<raeburn@mit.edu>
Tue, 4 May 2004 23:35:35 +0000
(23:35 +0000)
committer
Ken Raeburn
<raeburn@mit.edu>
Tue, 4 May 2004 23:35:35 +0000
(23:35 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16300
dc483132
-0cff-0310-8789-
dd5450dbe970
src/util/support/Makefile.in
patch
|
blob
|
history
diff --git
a/src/util/support/Makefile.in
b/src/util/support/Makefile.in
index 7170eaae24a58318c0128af91340a29472aa3146..30d2a845cc91196f07b6fbcbfd645da548209d4e 100644
(file)
--- a/
src/util/support/Makefile.in
+++ b/
src/util/support/Makefile.in
@@
-10,12
+10,12
@@
KRB5_RUN_ENV= @KRB5_RUN_ENV@
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
-LIB=
$(SUPPORT_LIBNAME)
+LIB=
krb5support
LIBMAJOR=0
LIBMINOR=0
LIBINITFUNC=krb5int_thread_support_init
-#LIBFINIFUNC=
+LIBFINIFUNC=krb5int_thread_support_fini
STLIBOBJS= \
threads.o \