summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Piper <nicholas@users.sourceforge.net>2007-07-12 13:15:26 +0000
committerNicholas Piper <nicholas@users.sourceforge.net>2007-07-12 13:15:26 +0000
commit37282e5cadf7654d617392b7118461bd66e12c8e (patch)
treec312c66ce03ff4939cb01d282f1b1c938d2c0b5e /configure.ac
parent75e3efd0184c7c5a93479ee812f8b888debf94af (diff)
downloadlibgpod-37282e5cadf7654d617392b7118461bd66e12c8e.tar.gz
libgpod-37282e5cadf7654d617392b7118461bd66e12c8e.tar.xz
libgpod-37282e5cadf7654d617392b7118461bd66e12c8e.zip
Add version and version_info attributes to the Python bindings
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1633 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eadb9b8..0f4f753 100644
--- a/configure.ac
+++ b/configure.ac
@@ -27,6 +27,9 @@ dnl libtool versioning
LIBGPOD_SO_VERSION=2:0:0
AC_SUBST(LIBGPOD_SO_VERSION)
+AC_SUBST(LIBGPOD_MAJOR_VERSION)
+AC_SUBST(LIBGPOD_MINOR_VERSION)
+AC_SUBST(LIBGPOD_MICRO_VERSION)
AC_SUBST(LIBGPOD_VERSION)
AM_INIT_AUTOMAKE(libgpod, $LIBGPOD_VERSION)