Add .so version information to libgnome-control-center
This commit is contained in:
parent
e7d581c9ff
commit
59a4d44b35
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue