summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-23 14:45:56 +0100
committerraveit65 <[email protected]>2018-12-23 15:53:07 +0100
commit706381123c03aea8f3530248839bb6fb0622fa27 (patch)
tree05e6e09729bba0aefaba26460a4b0863e047dc54 /Makefile.am
parent9af426474201295b9642b353af02b1f3a689aa02 (diff)
downloadmate-sensors-applet-706381123c03aea8f3530248839bb6fb0622fa27.tar.bz2
mate-sensors-applet-706381123c03aea8f3530248839bb6fb0622fa27.tar.xz
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 604865f..91fe2ee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,9 @@ CLEANFILES = $(applet_DATA) \
$(gsettings_SCHEMAS) \
*.gschema.valid
+DISTCHECK_CONFIGURE_FLAGS = \
+ CFLAGS='-Wno-deprecated-declarations'
+
EXTRA_DIST = $(ui_DATA) \
$(applet_in_files).in \
$(service_in_files) \