From 1c0b5b5e50041987d46f974cc75f1981e7ec977e Mon Sep 17 00:00:00 2001 From: infirit Date: Mon, 16 Dec 2013 20:55:26 +0100 Subject: Add option to enable deprecations and hide warnings under --enable-extra-warn --- applets/brightness/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'applets/brightness') diff --git a/applets/brightness/Makefile.am b/applets/brightness/Makefile.am index 5e9e834..fd8b54c 100644 --- a/applets/brightness/Makefile.am +++ b/applets/brightness/Makefile.am @@ -20,6 +20,7 @@ AM_CPPFLAGS = \ -DEGG_LOGGING="\"GPM_LOGGING\"" \ -DEGG_CONSOLE="\"GPM_CONSOLE\"" \ -I$(top_srcdir)/libdbus-glib \ + $(DISABLE_DEPRECATED) $(NULL) libexec_PROGRAMS=mate-brightness-applet -- cgit v1.2.1