[gtkhtml] Update library versioning for the gtk3 libraries
- From: Chenthill Palanisamy <pchen src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkhtml] Update library versioning for the gtk3 libraries
- Date: Tue, 29 Jun 2010 11:10:57 +0000 (UTC)
commit 2dfeb7241b1c0f41f79d1eab944be91d86e08d44
Author: Chenthill Palanisamy <pchenthill novell com>
Date: Tue Jun 29 16:38:03 2010 +0530
Update library versioning for the gtk3 libraries
configure.ac | 6 ++++++
gtkhtml/Makefile.am | 2 +-
2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index da06758..27a88ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -289,19 +289,25 @@ dnl **********************************
dnl Increment the following if the interface has additions, changes,
dnl removals.
GTKHTML_CURRENT=20
+GTKHTML_GTK3_CURRENT=0
dnl Increment any time the source changes; set to 0 if you
dnl increment CURRENT.
GTKHTML_REVISION=1
+GTKHTML_GTK3_REVISION=0
dnl Increment if any interfaces have been added; set to 0
dnl if any interfaces have been removed. removal has
dnl precedence over adding, so set to 0 if both happened.
GTKHTML_AGE=1
+GTKHTML_GTK3_AGE=0
AC_SUBST(GTKHTML_CURRENT)
AC_SUBST(GTKHTML_REVISION)
AC_SUBST(GTKHTML_AGE)
+AC_SUBST(GTKHTML_GTK3_CURRENT)
+AC_SUBST(GTKHTML_GTK3_REVISION)
+AC_SUBST(GTKHTML_GTK3_AGE)
dnl **************
dnl Done.
diff --git a/gtkhtml/Makefile.am b/gtkhtml/Makefile.am
index 4d9b86c..c2409d2 100644
--- a/gtkhtml/Makefile.am
+++ b/gtkhtml/Makefile.am
@@ -204,7 +204,7 @@ csources = \
if ENABLE_GTK3
lib_LTLIBRARIES = libgtkhtml-4.0.la
libgtkhtml_4_0_la_SOURCES = $(csources)
-libgtkhtml_4_0_la_LDFLAGS = -version-info $(GTKHTML_CURRENT):$(GTKHTML_REVISION):$(GTKHTML_AGE) -no-undefined
+libgtkhtml_4_0_la_LDFLAGS = -version-info $(GTKHTML_GTK3_CURRENT):$(GTKHTML_GTK3_REVISION):$(GTKHTML_GTK3_AGE) -no-undefined
libgtkhtml_4_0_la_LIBADD = $(GTKHTML_LIBS) ../a11y/libgtkhtml-a11y.la $(GAIL_LIBS) $(REGEX_LIBS)
else
lib_LTLIBRARIES = libgtkhtml-3.14.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]