[libgee] Update library's interface to 2:0:0
- From: Didier Villevalois <dvillevalois src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [libgee] Update library's interface to 2:0:0
- Date: Mon, 28 Sep 2009 18:59:31 +0000 (UTC)
commit 28a79ddf44c7e5bdb7aaff40ce38bfad40c9b9ba
Author: Didier 'Ptitjes <ptitjes free fr>
Date: Mon Sep 28 20:57:09 2009 +0200
Update library's interface to 2:0:0
configure.ac | 3 +++
gee/Makefile.am | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 588bcb6..aa64850 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10,6 +10,9 @@ AM_PROG_CC_C_O
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
+LIBGEE_LT_VERSION="2:0:0"
+AC_SUBST(LIBGEE_LT_VERSION)
+
AC_PATH_PROG(VALAC, valac, valac)
AC_SUBST(VALAC)
diff --git a/gee/Makefile.am b/gee/Makefile.am
index 189bc1b..09fdeb9 100644
--- a/gee/Makefile.am
+++ b/gee/Makefile.am
@@ -84,7 +84,7 @@ libgee_la_LIBADD = \
$(COVERAGE_LIBS) \
$(NULL)
-libgee_la_LDFLAGS = -version-info 1:0:0
+libgee_la_LDFLAGS = -version-info $(LIBGEE_LT_VERSION)
vapidir = $(datadir)/vala/vapi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]