added network, cpu load and memory information in
[psensor.git] / configure.ac
index 17410da..4bfa149 100644 (file)
@@ -2,7 +2,7 @@
 # Process this file with autoconf to produce a configure script.
 
 AC_PREREQ([2.64])
-AC_INIT([psensor], [0.6.2.8],[wpitchoune@gmail.com],[psensor],[http://wpitchoune.net/psensor])
+AC_INIT([psensor], [0.6.2.10],[jeanfi@gmail.com],[psensor],[http://wpitchoune.net/psensor])
 
 AM_INIT_AUTOMAKE([-Wall -Werror gnu])
 
@@ -77,7 +77,7 @@ AC_SUBST(LIBNOTIFY_LIBS)
 # Checks AppIndicator 
 APPINDICATOR_LIBS=
 PKG_CHECK_MODULES(APPINDICATOR, 
-     appindicator-0.1 = 0.2.9 , 
+     appindicator-0.1 <= 0.2.9 , 
      [AC_DEFINE([HAVE_APPINDICATOR],[1],[Use AppIndicator 0.2.9])
       AC_DEFINE([HAVE_APPINDICATOR_029],[1],[Use AppIndicator 0.2.9])
      ],
@@ -210,7 +210,13 @@ AC_CONFIG_FILES([
  src/libpsensor_json/Makefile
  src/server/Makefile
  pixmaps/scalable/Makefile
+ pixmaps/14x14/Makefile
+ pixmaps/16x16/Makefile
+ pixmaps/22x22/Makefile
+ pixmaps/24x24/Makefile
+ pixmaps/32x32/Makefile
  pixmaps/48x48/Makefile
+ pixmaps/64x64/Makefile
  www/Makefile
  po/Makefile.in
  tests/Makefile