From: Jean-Philippe Orsini Date: Mon, 29 Sep 2014 07:35:02 +0000 (+0200) Subject: avoid to fail on error due to deprecation of GtkStatusIcon X-Git-Tag: v1.1.3~2 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=e2306d16931dc8c42997d3dd2f8a387a8cabd05b avoid to fail on error due to deprecation of GtkStatusIcon --- diff --git a/src/Makefile.am b/src/Makefile.am index 3ddb1e7..7611095 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ SUBDIRS += server endif endif -AM_CPPFLAGS =-Wall -Werror \ +AM_CPPFLAGS =-Wall \ -DDEFAULT_WWW_DIR=\""$(pkgdatadir)/www"\"\ -DDATADIR=\""$(datadir)"\"\ -DPSENSOR_DESKTOP_FILE=\""psensor.desktop"\"\