summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-23 18:22:03 +0100
committerraveit65 <[email protected]>2018-12-23 18:38:59 +0100
commit77eb37db33099a4a2c2861c59d648f67f5b57d10 (patch)
tree7621ce74d0fe87592416b63ea50aaa0971695203
parent1b34d8bbea7b62efca41437a32bd29f6db1a869b (diff)
downloadmate-settings-daemon-77eb37db33099a4a2c2861c59d648f67f5b57d10.tar.bz2
mate-settings-daemon-77eb37db33099a4a2c2861c59d648f67f5b57d10.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 c7631b4..3088c25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,6 +9,9 @@ SUBDIRS = \
po \
$(NULL)
+DISTCHECK_CONFIGURE_FLAGS = \
+ CFLAGS='-Wno-deprecated-declarations'
+
EXTRA_DIST = \
autogen.sh \
ChangeLog \