From 1440ab035ba04550ddbbfbff1ee9b5571e3d95db Mon Sep 17 00:00:00 2001 From: Marc Horowitz Date: Fri, 30 Oct 1998 02:56:35 +0000 Subject: pull up 3des implementation from the marc-3des branch git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11001 dc483132-0cff-0310-8789-dd5450dbe970 --- src/util/profile/ChangeLog | 4 ++++ src/util/profile/Makefile.in | 5 +++++ src/util/profile/configure.in | 3 ++- 3 files changed, 11 insertions(+), 1 deletion(-) (limited to 'src/util/profile') diff --git a/src/util/profile/ChangeLog b/src/util/profile/ChangeLog index 8addd10cd9..e9734a6f95 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 + + * Makefile.in: Add dependency on -lcom_err + Mon Mar 2 16:19:58 1998 Ezra Peisach * Makefile.in: Integrate in the krb5 build tree rules. diff --git a/src/util/profile/Makefile.in b/src/util/profile/Makefile.in index 6dd0377c80..7f566d8c20 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 7441f615c6..0594dbaa91 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 + -- cgit