summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard Hughes <richard@hughsie.com>2008-08-11 12:32:30 +0100
committerRichard Hughes <richard@hughsie.com>2008-08-11 12:32:30 +0100
commitc464646932bf38255c5fc368ed8ecaab1ee8b47e (patch)
treee924799da73b4d02de698fde93e9309246dd3b34 /configure.in
parent1068d680b8ee476080b83ee6490374a47b739fa5 (diff)
downloadupower-c464646932bf38255c5fc368ed8ecaab1ee8b47e.tar.gz
make the library into a proper shared library I can use in gnome-power-manager
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 1b5ac8d..f9b99ca 100644
--- a/configure.in
+++ b/configure.in
@@ -6,6 +6,22 @@ AM_INIT_AUTOMAKE(DeviceKit-power, 001)
AM_CONFIG_HEADER(config.h)
AM_MAINTAINER_MODE
+# libtool versioning - this applies to libdevkit-power
+#
+# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details
+#
+# increment;
+# CURRENT If the API or ABI interface has changed (reset REVISION to 0)
+# REVISION If the API and ABI remains the same, but bugs are fixed.
+# AGE If libpackagekit can be linked into executables which can be
+# built with previous versions of this library. Don't use.
+LT_CURRENT=1
+LT_REVISION=0
+LT_AGE=0
+AC_SUBST(LT_CURRENT)
+AC_SUBST(LT_REVISION)
+AC_SUBST(LT_AGE)
+
AC_ISC_POSIX
AC_PROG_CC
AM_PROG_CC_STDC
@@ -146,6 +162,7 @@ AC_DEFINE_UNQUOTED([GETTEXT_PACKAGE],["$GETTEXT_PACKAGE"],[gettext domain])
AC_OUTPUT([
Makefile
+devicekit-power.pc
src/Makefile
tools/Makefile
doc/Makefile