summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/util/support/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 7170eaae2..30d2a845c 100644
--- 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 \