summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-22 16:14:40 +0100
committerraveit65 <[email protected]>2018-12-22 16:15:37 +0100
commitfaa8507a8d2785aa50ad3b2e3f98dcc05cbdf6b8 (patch)
tree4c42699329bd7fd2b5b9a338a50330c7bf7a842c
parente8d8b36757136061fb4a169e78e624e1846adebe (diff)
downloadmate-screensaver-faa8507a8d2785aa50ad3b2e3f98dcc05cbdf6b8.tar.bz2
mate-screensaver-faa8507a8d2785aa50ad3b2e3f98dcc05cbdf6b8.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index dc6ffab..c123520 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -6,7 +6,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
NULL =
DISTCHECK_CONFIGURE_FLAGS = \
- --without-systemd
+ --without-systemd \
+ CFLAGS='-Wno-deprecated-declarations'
SUBDIRS = \
src \