Add .so version information to libgnome-control-center

This commit is contained in:
Rodrigo Moya 2010-06-24 16:16:29 +02:00
parent e7d581c9ff
commit 59a4d44b35
2 changed files with 9 additions and 0 deletions

View file

@ -15,6 +15,14 @@ AM_PROG_CC_C_O
AC_STDC_HEADERS
AM_PROG_LIBTOOL
# .so version for libgnome-control-center
LIBGNOMECONTROLCENTER_CURRENT=1
LIBGNOMECONTROLCENTER_REVISION=0
LIBGNOMECONTROLCENTER_AGE=0
AC_SUBST(LIBGNOMECONTROLCENTER_CURRENT)
AC_SUBST(LIBGNOMECONTROLCENTER_REVISION)
AC_SUBST(LIBGNOMECONTROLCENTER_AGE)
# Use the GNOME documentation framework
GNOME_DOC_INIT