diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c8ae871..88ffe6d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.5.2, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.5.3, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.5.2) +AM_INIT_AUTOMAKE(indicator-sound, 0.5.3) AM_MAINTAINER_MODE @@ -90,6 +90,12 @@ AC_SUBST(INDICATORDIR) AC_SUBST(INDICATORICONSDIR) ########################### +# Grab the GSettings Macros +########################### + +GLIB_GSETTINGS + +########################### # DBus Service Info ########################### |