GNOME Bugzilla – Bug 568229
library needs libtool versioning
Last modified: 2009-01-21 16:59:43 UTC
The backend and view libraries are installed into $(libdir), but have they lack libtool versioning.
Created attachment 126725 [details] [review] [PATCH] Bug 568229 – library needs libtool versioning Also rename the versioning symbols in ev-version.h to be the same order as the ones from glib and gtk etc instead of inversed. --- configure.ac | 43 +++++++++++++++++++++++++++++++++---------- libdocument/Makefile.am | 5 +++++ libdocument/ev-version.h.in | 12 ++++++------ libview/Makefile.am | 5 +++++ 4 files changed, 49 insertions(+), 16 deletions(-)
hmm, I think we should have different version numbers for evince and the libraries. If a new release has only chages in the evince shell we don't want to change the API version.
Created attachment 126855 [details] [review] [PATCH] Bug 568229 – library needs libtool versioning configure.ac | 34 +++++++++++++++++++++++++++++++++- libdocument/Makefile.am | 7 ++++++- libview/Makefile.am | 15 ++++++++++----- 3 files changed, 49 insertions(+), 7 deletions(-)
Please commit. Thanks.
Committed.