summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-24 11:24:18 +0100
committerraveit65 <[email protected]>2018-12-24 11:41:47 +0100
commitb359baf4c72d1df19e4e05fec967cc9696e15d61 (patch)
treefda3d54f52878899f6c3ce348e626aae6609c6cf
parentb9913970e73091799b039680e08bda1731b0dfa4 (diff)
downloadmate-system-monitor-b359baf4c72d1df19e4e05fec967cc9696e15d61.tar.bz2
mate-system-monitor-b359baf4c72d1df19e4e05fec967cc9696e15d61.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 85e440f..b6ca2f6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,6 +14,9 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml)
org.mate.mate-system-monitor.policy.in: org.mate.mate-system-monitor.policy.in.in Makefile
$(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
+DISTCHECK_CONFIGURE_FLAGS = \
+ CFLAGS='-Wno-deprecated-declarations'
+
EXTRA_DIST = \
autogen.sh \
$(man_MANS) \