From: Niels Möller Date: Fri, 1 Nov 2002 10:20:45 +0000 (+0100) Subject: *** empty log message *** X-Git-Tag: nettle_1.7_release_20030311~183 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2e93f04acda6b101752b6fe31ae4d69d38924957;p=thirdparty%2Fnettle.git *** empty log message *** Rev: src/nettle/ChangeLog:1.141 --- diff --git a/ChangeLog b/ChangeLog index 611e7d22..2c7ec9da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +2002-11-01 Niels Möller + + * examples/Makefile.am (LDADD): Use -lnettle, instead of an + explicit filename libnettle.a, so that we will use the shared + library, if it exists. + (AM_LDFLAGS): Added -L.., so we can find -lnettle. + (run-tests): Set LD_LIBRARY_PATH to ../.lib, when running the + testsuite. + * testsuite/Makefile.am: Similar changes. + + * Makefile.am (LIBOBJS): Put @LIBOBJS@ into the make variable + LIBOBJS. + (CLEANFILES): Delete libnettle.so. + (clean-local): Delete the .lib linkfarm. + ($(SHLIBFORLINK)): When building libnettle.so, create a link from + .lib/$SHLIBSONAME. Needed at runtime, for the testsuite. + 2002-11-01 Niels Möller * configure.ac: Fixed definitions using SHLIBMAJOR and SHLIBMINOR.