diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/profile/ChangeLog | 2 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 39eb9ae13..4c68f89c0 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 4ffb134f9..6f82a7f0b 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 |
