X-Git-Url: https://git.wpitchoune.net/gitweb/?a=blobdiff_plain;f=configure.ac;h=4bfa149ede7b1023914774be073d6e0acff0ed4a;hb=c97de26994a67a9d07941b95a3ad2a9323e64ddf;hp=17410dacb8b941aad2bec9aa6e3404f0b714c46f;hpb=609664bb77874990e10f8073e54bb7f1645c8d72;p=psensor.git diff --git a/configure.ac b/configure.ac index 17410da..4bfa149 100644 --- a/configure.ac +++ b/configure.ac @@ -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