diff options
author | raveit65 <[email protected]> | 2018-12-21 15:53:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-21 15:54:15 +0100 |
commit | 98c558535b680381ff1e6588b3f346371d37f110 (patch) | |
tree | 94883d4e63f219bf254820dff02106a142ce29b5 | |
parent | 5230bacf5484aed841e73d56ba3007b11f7af246 (diff) | |
download | mate-netbook-98c558535b680381ff1e6588b3f346371d37f110.tar.bz2 mate-netbook-98c558535b680381ff1e6588b3f346371d37f110.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index bcea571..885dd70 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,6 +2,9 @@ SUBDIRS = po maximus mate-window-picker-applet ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = autogen.sh intltool-merge.in intltool-extract.in intltool-update.in DISTCLEANFILES = intltool-merge intltool-update intltool-extract |