diff options
author | raveit65 <[email protected]> | 2018-12-20 14:59:59 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-20 14:59:59 +0100 |
commit | 96505c413183f8569fbb45c5d39cfcb7a95598cd (patch) | |
tree | 691c2ef44a11b1b954effe2c321f2e75004d6cea /Makefile.am | |
parent | c449849b932c557435542849955e33961dd459eb (diff) | |
download | mate-menus-96505c413183f8569fbb45c5d39cfcb7a95598cd.tar.bz2 mate-menus-96505c413183f8569fbb45c5d39cfcb7a95598cd.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8a7ae57..81e7b6b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} EXTRA_DIST = autogen.sh -DISTCHECK_CONFIGURE_FLAGS = --disable-introspection +DISTCHECK_CONFIGURE_FLAGS = \ + --disable-introspection \ + CFLAGS='-Wno-deprecated-declarations' MAINTAINERCLEANFILES = \ $(srcdir)/INSTALL \ |