diff options
author | Conor Curran <conor.curran@canonical.com> | 2010-12-16 15:07:09 +0000 |
---|---|---|
committer | Conor Curran <conor.curran@canonical.com> | 2010-12-16 15:07:09 +0000 |
commit | 3f7014afbcae2bb141b358ebf0b3cf036b08aa56 (patch) | |
tree | 4eef0601a9c7cb473481d162d8d29aba561ff895 /configure.ac | |
parent | f800967fcabf6a9d7e6223ff8d6591f042496588 (diff) | |
parent | 4c9ef773092664590d8e6e4fd46d31a35122ab6a (diff) | |
download | ayatana-indicator-sound-3f7014afbcae2bb141b358ebf0b3cf036b08aa56.tar.gz ayatana-indicator-sound-3f7014afbcae2bb141b358ebf0b3cf036b08aa56.tar.bz2 ayatana-indicator-sound-3f7014afbcae2bb141b358ebf0b3cf036b08aa56.zip |
registration process in place
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c8ae871..ea4ab45 100644 --- a/configure.ac +++ b/configure.ac @@ -90,6 +90,12 @@ AC_SUBST(INDICATORDIR) AC_SUBST(INDICATORICONSDIR) ########################### +# Grab the GSettings Macros +########################### + +GLIB_GSETTINGS + +########################### # DBus Service Info ########################### |