summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-11 12:46:10 +0100
committerraveit65 <[email protected]>2018-12-11 12:46:10 +0100
commit750c0341d3f78520f8d2f28d1d1dce7508e518f7 (patch)
treecbbf57c0f0e8707f27c96dfe1d649b85e2b1d3b8
parent116ba41319d9e17b1b83b559fb1b5c88afe32d46 (diff)
downloadcaja-750c0341d3f78520f8d2f28d1d1dce7508e518f7.tar.bz2
caja-750c0341d3f78520f8d2f28d1d1dce7508e518f7.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 342951f7..fcf52698 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,7 +29,11 @@ DISTCLEANFILES = \
intltool-merge \
intltool-update
-DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = \
+ --disable-update-mimedb \
+ --disable-icon-update \
+ --enable-gtk-doc \
+ CFLAGS='-Wno-deprecated-declarations'
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}