diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 12:51:48 -0400 |
---|---|---|
committer | Ken VanDine <ken.vandine@canonical.com> | 2011-08-10 12:51:48 -0400 |
commit | 4f6158a1040258efb1403d6baf246b605dfa76cb (patch) | |
tree | 8d75609cb026d1ce900707b43fc47879e3f63fed /configure.ac | |
parent | 804ea02c7e54895e7a3ff53b25128b93600cf832 (diff) | |
parent | 0e1986bc2a83d8ebd465ae6168f4a6735552befe (diff) | |
download | ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.tar.gz ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.tar.bz2 ayatana-indicator-sound-4f6158a1040258efb1403d6baf246b605dfa76cb.zip |
Import upstream version 0.7.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 25f861a..adb9564 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.7.4.1, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.7.5, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.7.4.1) +AM_INIT_AUTOMAKE(indicator-sound, 0.7.5) AM_MAINTAINER_MODE @@ -23,6 +23,8 @@ AC_CONFIG_MACRO_DIR([m4]) m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) +AC_PATH_PROG([GLIB_GENMARSHAL], [glib-genmarshal]) + ########################### # GTK+ version option ########################### @@ -130,6 +132,7 @@ AC_SUBST(INDICATORICONSDIR) ########################### GLIB_GSETTINGS +GLIB_GENMARSHAL ########################### # DBus Service Info |