diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2004-05-13 00:50:15 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2004-05-13 00:50:15 +0000 |
| commit | 5c7c3dd5fdebcebfefa57be6f0b6574a1db654fd (patch) | |
| tree | e1172fffc86ea1112788934e585ef84511490d89 /src | |
| parent | c37cb31fdbddd8f4689dd3bdf33d544485b37339 (diff) | |
| download | krb5-5c7c3dd5fdebcebfefa57be6f0b6574a1db654fd.tar.gz krb5-5c7c3dd5fdebcebfefa57be6f0b6574a1db654fd.tar.xz krb5-5c7c3dd5fdebcebfefa57be6f0b6574a1db654fd.zip | |
* Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add the new support library
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16327 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/profile/ChangeLog | 5 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 8 |
2 files changed, 9 insertions, 4 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 76a984a7e..bbd7823c1 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -1,3 +1,8 @@ +2004-05-12 Ken Raeburn <raeburn@mit.edu> + + * Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add + the new support library. + 2004-04-24 Ken Raeburn <raeburn@mit.edu> * prof_file.c: Include k5-platform.h. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 7e76b4037..ada45a379 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -37,14 +37,14 @@ SRCS = $(srcdir)/prof_tree.c \ EXTRADEPSRCS=$(srcdir)/test_parse.c $(srcdir)/test_profile.c -DEPLIBS = $(COM_ERR_DEPLIB) -MLIBS = -lcom_err +DEPLIBS = $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB) +MLIBS = -lcom_err $(SUPPORT_LIB) LIB=profile LIBMAJOR=1 LIBMINOR=1 -SHLIB_EXPDEPS = $(COM_ERR_DEPLIB) -SHLIB_EXPLIBS = -lcom_err +SHLIB_EXPDEPS = $(COM_ERR_DEPLIB) $(SUPPORT_DEPLIB) +SHLIB_EXPLIBS = -lcom_err $(SUPPORT_LIB) SHLIB_DIRS = -L$(TOPLIBD) SHLIB_RDIRS=$(KRB5_LIBDIR) |
