* Makefile.in (MLIBS): Add $(LIBS)
authorKen Raeburn <raeburn@mit.edu>
Thu, 15 Jul 2004 01:12:26 +0000 (01:12 +0000)
committerKen Raeburn <raeburn@mit.edu>
Thu, 15 Jul 2004 01:12:26 +0000 (01:12 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16599 dc483132-0cff-0310-8789-dd5450dbe970

src/util/profile/ChangeLog
src/util/profile/Makefile.in

index 39eb9ae1349cb3753ee511e52d15088bfb7526aa..4c68f89c0d3595908775deb7ba94ea0e431b0e05 100644 (file)
@@ -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
index 4ffb134f9a38cc3275d6e04e408793b281ce34e6..6f82a7f0b0a62777d3b00e657bd47b9b706b2677 100644 (file)
@@ -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