diff options
author | raveit65 <[email protected]> | 2018-12-22 16:14:40 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-22 16:15:37 +0100 |
commit | faa8507a8d2785aa50ad3b2e3f98dcc05cbdf6b8 (patch) | |
tree | 4c42699329bd7fd2b5b9a338a50330c7bf7a842c | |
parent | e8d8b36757136061fb4a169e78e624e1846adebe (diff) | |
download | mate-screensaver-faa8507a8d2785aa50ad3b2e3f98dcc05cbdf6b8.tar.bz2 mate-screensaver-faa8507a8d2785aa50ad3b2e3f98dcc05cbdf6b8.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 3 |
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 \ |