diff options
author | raveit65 <[email protected]> | 2018-12-21 15:53:21 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-21 15:53:21 +0100 |
commit | 5f26a3bf02cf154781de36396987a9152b47f30e (patch) | |
tree | 95fd8cd5dbd9d6ebdbf15775ae4352c92bf7fe07 | |
parent | c488e7e0a6849bfc143d317556f857c3d7dd3d96 (diff) | |
download | mate-netbook-5f26a3bf02cf154781de36396987a9152b47f30e.tar.bz2 mate-netbook-5f26a3bf02cf154781de36396987a9152b47f30e.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 |