diff options
author | Richard Hughes <richard@hughsie.com> | 2009-07-03 10:41:32 +0100 |
---|---|---|
committer | Richard Hughes <richard@hughsie.com> | 2009-07-03 10:41:32 +0100 |
commit | 77c767edf47a1528bbcc14cf9341708e6c748948 (patch) | |
tree | 2640b3690cf00be5388efd77961cb5507b7e3a79 /configure.ac | |
parent | cb702d07363823fe497d2401e62e7111c9d77ffa (diff) |
Add a DKP_CHECK_VERSION macro which we can use in client tools
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7faacaa..f06b4e1 100644 --- a/configure.ac +++ b/configure.ac @@ -9,6 +9,9 @@ AM_MAINTAINER_MODE # enable nice build output on automake1.11 m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +# use this in dkp-version.h +AC_SUBST(VERSION) + # libtool versioning - this applies to devkit-power-gobject # # See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details @@ -187,6 +190,7 @@ doc/man/Makefile doc/dbus/Makefile policy/Makefile devkit-power-gobject/Makefile +devkit-power-gobject/dkp-version.h po/Makefile.in ]) |