summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-07-15 01:12:26 +0000
committerKen Raeburn <raeburn@mit.edu>2004-07-15 01:12:26 +0000
commita72be1fe336ddc69a8f9fe6df9ff3ca947ac7fa0 (patch)
treeba7ebb2780887d2a436e7e28c9044fcb79aee018 /src
parent9f554f0a40d3accb1825b8a45e8216e413c80559 (diff)
downloadkrb5-a72be1fe336ddc69a8f9fe6df9ff3ca947ac7fa0.tar.gz
krb5-a72be1fe336ddc69a8f9fe6df9ff3ca947ac7fa0.tar.xz
krb5-a72be1fe336ddc69a8f9fe6df9ff3ca947ac7fa0.zip
* Makefile.in (MLIBS): Add $(LIBS)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16599 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/util/profile/ChangeLog2
-rw-r--r--src/util/profile/Makefile.in2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog
index 39eb9ae134..4c68f89c0d 100644
--- a/src/util/profile/ChangeLog
+++ b/src/util/profile/ChangeLog
@@ -3,6 +3,8 @@
* libprofile.exports: Don't try to export
krb5int_profile_shared_data.
+ * Makefile.in (MLIBS): Add $(LIBS).
+
2004-06-22 Ken Raeburn <raeburn@mit.edu>
* prof_int.h, prof_parse.c, profile.hin: Don't test macintosh or
diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in
index 4ffb134f9a..6f82a7f0b0 100644
--- a/src/util/profile/Makefile.in
+++ b/src/util/profile/Makefile.in
@@ -38,7 +38,7 @@ SRCS = $(srcdir)/prof_tree.c \
EXTRADEPSRCS=$(srcdir)/test_parse.c $(srcdir)/test_profile.c
DEPLIBS = $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB)
-MLIBS = -lcom_err $(SUPPORT_LIB)
+MLIBS = -lcom_err $(SUPPORT_LIB) $(LIBS)
LIBBASE=profile
LIBMAJOR=1