summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-24 11:38:23 +0100
committerraveit65 <[email protected]>2018-12-24 11:38:23 +0100
commit2bf87c92041d799e62b30551cd637421df12b679 (patch)
tree396e4fb591cf337f9c6a961c829823db44f68366
parentb78db6737dbeb82d142ed26f45066c5a33c488e6 (diff)
downloadmate-system-monitor-2bf87c92041d799e62b30551cd637421df12b679.tar.bz2
mate-system-monitor-2bf87c92041d799e62b30551cd637421df12b679.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) \