summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-05-05 01:16:27 +0000
committerKen Raeburn <raeburn@mit.edu>2004-05-05 01:16:27 +0000
commit6fe148f812e0fdcbdbcc85d98d341302101a0541 (patch)
tree773fa54617e68f0151a87244bd455254689977e9 /src
parent16bb3d05fcbf9f1a380c04d6c056bc0a386f52db (diff)
downloadkrb5-6fe148f812e0fdcbdbcc85d98d341302101a0541.tar.gz
krb5-6fe148f812e0fdcbdbcc85d98d341302101a0541.tar.xz
krb5-6fe148f812e0fdcbdbcc85d98d341302101a0541.zip
* Makefile.in (SHLIB_EXPLIBS): Include $(LIBS).
(SHLIB_RDIRS): Use $(KRB5_LIBDIR), for lack of anything better. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16307 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-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 a8bd1f57d3..69a49c3e6a 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 59c3a1166e..decd0d77d6 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=