diff options
| author | Marc Horowitz <marc@mit.edu> | 1998-10-30 02:56:35 +0000 |
|---|---|---|
| committer | Marc Horowitz <marc@mit.edu> | 1998-10-30 02:56:35 +0000 |
| commit | 1440ab035ba04550ddbbfbff1ee9b5571e3d95db (patch) | |
| tree | 9d5e8d2e151a930e044c7d0f7c64053d244577a0 /src/util/profile | |
| parent | 61ddbf948ba6ee70c1bc049268c3dfa73bc9983e (diff) | |
pull up 3des implementation from the marc-3des branch
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/profile')
| -rw-r--r-- | src/util/profile/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/profile/Makefile.in | 5 | ||||
| -rw-r--r-- | src/util/profile/configure.in | 3 |
3 files changed, 11 insertions, 1 deletions
diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 8addd10cd..e9734a6f9 100644 --- a/src/util/profile/ChangeLog +++ b/src/util/profile/ChangeLog @@ -6,6 +6,10 @@ problem where an insertion into the middle of the linked list didn't update a previous link. [krb5-libs/615] +1998-07-12 Sam Hartman <hartmans@fundsxpress.com> + + * Makefile.in: Add dependency on -lcom_err + Mon Mar 2 16:19:58 1998 Ezra Peisach <epeisach@mit.edu> * Makefile.in: Integrate in the krb5 build tree rules. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 6dd0377c8..7f566d8c2 100644 --- a/src/util/profile/Makefile.in +++ b/src/util/profile/Makefile.in @@ -36,6 +36,11 @@ MLIBS = -lcom_err $(GEN_LIB) LIB=profile LIBMAJOR=1 LIBMINOR=0 +SHLIB_EXPDEPS = $(TOPLIBD)/libcom_err$(SHLIBEXT) +SHLIB_EXPLIBS = -lcom_err +SHLIB_DIRS = -L$(TOPLIBD) +SHLIB_RDIRS=$(KRB5_LIBDIR) + STOBJLISTS=OBJS.ST all-unix:: includes test_parse test_profile diff --git a/src/util/profile/configure.in b/src/util/profile/configure.in index 7441f615c..0594dbaa9 100644 --- a/src/util/profile/configure.in +++ b/src/util/profile/configure.in @@ -9,5 +9,6 @@ AC_HAVE_FUNCS(stat) AC_PROG_AWK KRB5_BUILD_LIBOBJS KRB5_BUILD_PROGRAM -KRB5_BUILD_LIBRARY +KRB5_BUILD_LIBRARY_WITH_DEPS V5_AC_OUTPUT_MAKEFILE + |
