diff options
author | raveit65 <[email protected]> | 2018-12-21 17:13:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-21 17:13:21 +0100 |
commit | 1d99f0223e5f7171edbd6500eb4144789a2df2ff (patch) | |
tree | 5ea2d53f71d33d6dc46304917449c3c6ef2a67fd | |
parent | 72a699ef21530a9342bc087dd89b56d32c29a33d (diff) | |
download | mate-panel-1d99f0223e5f7171edbd6500eb4144789a2df2ff.tar.bz2 mate-panel-1d99f0223e5f7171edbd6500eb4144789a2df2ff.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 38cc7f9f..eb6b0bfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ - --disable-introspection + --disable-introspection \ + CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ autogen.sh \ |