diff options
| author | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-07-12 13:15:26 +0000 |
|---|---|---|
| committer | nicholas <nicholas@f01d2545-417e-4e96-918e-98f8d0dbbcb6> | 2007-07-12 13:15:26 +0000 |
| commit | e345f9aea92c84f0dedc1a8a5b39341b7991731e (patch) | |
| tree | c312c66ce03ff4939cb01d282f1b1c938d2c0b5e /configure.ac | |
| parent | 1038cf2addaf69f6b8da57459ce4a3dd59f18977 (diff) | |
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.ac | 3 |
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) |
