diff options
author | Ted Gould <ted@gould.cx> | 2010-03-23 15:01:56 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-23 15:01:56 -0500 |
commit | 69cdd18f4308cdaa19159c199a667d36c9f19bcf (patch) | |
tree | 4943c89b17b77691ffdbb337d972794b59817ab0 /configure.ac | |
parent | c02292c7020477df40431dbbadfa30e79ed6a79a (diff) | |
parent | bf2af66c70b116d0abd483b82b5a1e43a0dedd5f (diff) | |
download | ayatana-indicator-messages-69cdd18f4308cdaa19159c199a667d36c9f19bcf.tar.gz ayatana-indicator-messages-69cdd18f4308cdaa19159c199a667d36c9f19bcf.tar.bz2 ayatana-indicator-messages-69cdd18f4308cdaa19159c199a667d36c9f19bcf.zip |
updating to trunk
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 38ddccd..98fc5a5 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-messages.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-messages, 0.3.2) +AM_INIT_AUTOMAKE(indicator-messages, 0.3.4) AM_MAINTAINER_MODE @@ -30,7 +30,7 @@ GTK_REQUIRED_VERSION=2.12 GIO_UNIX_REQUIRED_VERSION=2.18 PANEL_REQUIRED_VERSION=2.0.0 INDICATE_REQUIRED_VERSION=0.3.0 -INDICATOR_REQUIRED_VERSION=0.3.3 +INDICATOR_REQUIRED_VERSION=0.3.5 DBUSMENUGTK_REQUIRED_VERSION=0.2.5 PKG_CHECK_MODULES(APPLET, gtk+-2.0 >= $GTK_REQUIRED_VERSION @@ -111,16 +111,20 @@ data/Makefile data/icons/Makefile data/icons/16x16/Makefile data/icons/16x16/status/Makefile +data/icons/16x16/categories/Makefile data/icons/22x22/Makefile data/icons/22x22/status/Makefile +data/icons/22x22/categories/Makefile data/icons/24x24/Makefile data/icons/24x24/status/Makefile data/icons/32x32/Makefile data/icons/32x32/status/Makefile +data/icons/32x32/categories/Makefile data/icons/48x48/Makefile data/icons/48x48/status/Makefile data/icons/scalable/Makefile data/icons/scalable/status/Makefile +data/icons/scalable/categories/Makefile po/Makefile.in ]) |