diff options
author | raveit65 <[email protected]> | 2018-12-21 16:51:45 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-21 16:51:45 +0100 |
commit | 422f7e5128d77c88d5dba2d9eecdc09827a413a3 (patch) | |
tree | 38d38600d1be77ef144caf3d165a2304e4705bb5 /Makefile.am | |
parent | 77d343bda16bea9608188a249a858a79aa67ac96 (diff) | |
download | mate-panel-422f7e5128d77c88d5dba2d9eecdc09827a413a3.tar.bz2 mate-panel-422f7e5128d77c88d5dba2d9eecdc09827a413a3.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-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 \ |