From e2306d16931dc8c42997d3dd2f8a387a8cabd05b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Mon, 29 Sep 2014 09:35:02 +0200 Subject: [PATCH] avoid to fail on error due to deprecation of GtkStatusIcon --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"\"\ -- 2.7.4