aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2007-07-26 23:41:46 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-07-26 23:41:46 +0800
commitce0204886f02193df2c768c175ef02eaaf2d691c (patch)
treedad8cda22aec0885e07e80568313e5369e3ff821 /configure.ac
parent5d4d4f7a80ff44d6b20f73d8c79cc9bfcc2cc234 (diff)
downloadgsoc2013-empathy-ce0204886f02193df2c768c175ef02eaaf2d691c.tar
gsoc2013-empathy-ce0204886f02193df2c768c175ef02eaaf2d691c.tar.gz
gsoc2013-empathy-ce0204886f02193df2c768c175ef02eaaf2d691c.tar.bz2
gsoc2013-empathy-ce0204886f02193df2c768c175ef02eaaf2d691c.tar.lz
gsoc2013-empathy-ce0204886f02193df2c768c175ef02eaaf2d691c.tar.xz
gsoc2013-empathy-ce0204886f02193df2c768c175ef02eaaf2d691c.tar.zst
gsoc2013-empathy-ce0204886f02193df2c768c175ef02eaaf2d691c.zip
Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville).
2007-07-26 Xavier Claessens <xclaesse@gmail.com> * libempathy-gtk/Makefile.am: * libempathy/Makefile.am: * configure.ac: Use libtool -version-info. Fixes bug #460579 (Laurent Bigonville). svn path=/trunk/; revision=200
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac18
1 files changed, 18 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 747b6d586..56a81eb13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,6 +11,24 @@ AC_ISC_POSIX
AC_PROG_CC
AC_HEADER_STDC
+# LT Version numbers, remember to change them just *before* a release.
+# (Interfaces removed: CURRENT++, AGE=0, REVISION=0)
+# (Interfaces added: CURRENT++, AGE++, REVISION=0)
+# (No interfaces changed: REVISION++)
+LIBEMPATHY_CURRENT=0
+LIBEMPATHY_AGE=0
+LIBEMPATHY_REVISION=0
+AC_SUBST(LIBEMPATHY_CURRENT)
+AC_SUBST(LIBEMPATHY_AGE)
+AC_SUBST(LIBEMPATHY_REVISION)
+
+LIBEMPATHY_GTK_CURRENT=0
+LIBEMPATHY_GTK_AGE=0
+LIBEMPATHY_GTK_REVISION=0
+AC_SUBST(LIBEMPATHY_GTK_CURRENT)
+AC_SUBST(LIBEMPATHY_GTK_AGE)
+AC_SUBST(LIBEMPATHY_GTK_REVISION)
+
AM_PROG_LIBTOOL
AM_PATH_GLIB_2_0
AC_PATH_XTRA