diff options
author | Ken VanDine <ken.vandine@canonical.com> | 2010-09-14 11:13:50 -0400 |
---|---|---|
committer | Bazaar Package Importer <james.westby@ubuntu.com> | 2010-09-14 11:13:50 -0400 |
commit | 875826f1662f0ac141b27a7248e3c47eb2a0fc0b (patch) | |
tree | e8cd5c0133819afdccf0010f6785cad816857a54 /configure.ac | |
parent | 1ae9c57b63a0c0c21c31d8a6664b621b8f01ac17 (diff) | |
parent | 51fbe7e43942f7fb94f6a26fd917cf181cde58af (diff) | |
download | ayatana-indicator-sound-875826f1662f0ac141b27a7248e3c47eb2a0fc0b.tar.gz ayatana-indicator-sound-875826f1662f0ac141b27a7248e3c47eb2a0fc0b.tar.bz2 ayatana-indicator-sound-875826f1662f0ac141b27a7248e3c47eb2a0fc0b.zip |
Import upstream version 0.4.5
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index a00cdd2..23c6767 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ -AC_INIT(indicator-sound, 0.4.4, conor.curran@canonical.com) +AC_INIT(indicator-sound, 0.4.5, conor.curran@canonical.com) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-sound, 0.4.4) +AM_INIT_AUTOMAKE(indicator-sound, 0.4.5) AM_MAINTAINER_MODE @@ -135,6 +135,11 @@ AC_OUTPUT([ Makefile src/Makefile data/Makefile +data/icons/Makefile +data/icons/16x16/Makefile +data/icons/16x16/status/Makefile +data/icons/scalable/Makefile +data/icons/scalable/status/Makefile tests/Makefile po/Makefile.in ]) |