Skip to content
Snippets Groups Projects
Commit 4264a8c4 authored by Niels Möller's avatar Niels Möller
Browse files

(SHLIBMINOR): Updated, shared library version is

now libnettle.so.2.3, soname still libnettle.so.2.

Rev: src/nettle/ChangeLog:1.288
Rev: src/nettle/configure.ac:1.47
parent cc937058
Branches
Tags
No related merge requests found
2004-10-21 Niels Mller <nisse@lysator.liu.se> 2004-10-21 Niels Mller <nisse@lysator.liu.se>
* Makefile.in (install-shared): Use $(INSTALL_PROGRAM).
* configure.ac (SHLIBMINOR): Updated, shared library version is
now libnettle.so.2.3, soname still libnettle.so.2.
* Makefile.in (DISTFILES): Added asm.m4. * Makefile.in (DISTFILES): Added asm.m4.
2004-10-21 Niels Mller <niels@s3.kth.se> 2004-10-21 Niels Mller <niels@s3.kth.se>
* examples/Makefile.in: Deleted all configure-related rules, * examples/Makefile.in: Deleted all configure-related rules,
except the one rebuilding this Makefile. Run make at top level if except the one rebuilding this Makefile. One should run make at
other configure related files change. top level if other configure related files change.
* tools/Makefile.in: Likewise. * tools/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise.
......
...@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR([.]) ...@@ -11,7 +11,7 @@ AC_CONFIG_AUX_DIR([.])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])
SHLIBMAJOR=2 SHLIBMAJOR=2
SHLIBMINOR=2 SHLIBMINOR=3
AC_CANONICAL_HOST AC_CANONICAL_HOST
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment