]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
*** empty log message ***
authorNiels Möller <nisse@lysator.liu.se>
Fri, 1 Nov 2002 10:20:45 +0000 (11:20 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Fri, 1 Nov 2002 10:20:45 +0000 (11:20 +0100)
Rev: src/nettle/ChangeLog:1.141

ChangeLog

index 611e7d22007ddb3cd9ecf5c5148d0ab589970139..2c7ec9da7fc5740beb1e951da7ae3627a2279331 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2002-11-01  Niels Möller  <niels@s3.kth.se>
+
+       * 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  <nisse@lysator.liu.se>
 
        * configure.ac: Fixed definitions using SHLIBMAJOR and SHLIBMINOR.