summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/support/ChangeLog2
-rw-r--r--src/util/support/Makefile.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/src/util/support/ChangeLog b/src/util/support/ChangeLog
index a8bd1f57d..69a49c3e6 100644
--- a/src/util/support/ChangeLog
+++ b/src/util/support/ChangeLog
@@ -10,3 +10,5 @@
* threads.c (k5_key_register, destructors, k5_setspecific)
[!ENABLE_THREADS]: Update to fit declarations.
+ * Makefile.in (SHLIB_EXPLIBS): Include $(LIBS).
+ (SHLIB_RDIRS): Use $(KRB5_LIBDIR), for lack of anything better.
diff --git a/src/util/support/Makefile.in b/src/util/support/Makefile.in
index 59c3a1166..decd0d77d 100644
--- a/src/util/support/Makefile.in
+++ b/src/util/support/Makefile.in
@@ -33,9 +33,9 @@ SRCS=\
$(srcdir)/fake-addrinfo.c \
$(srcdir)/foreachaddr.c
SHLIB_EXPDEPS =
-SHLIB_EXPLIBS=
+SHLIB_EXPLIBS= $(LIBS)
SHLIB_DIRS=
-SHLIB_RDIRS=
+SHLIB_RDIRS=$(KRB5_LIBDIR)
DEPLIBS=