summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-11 12:46:10 +0100
committerraveit65 <[email protected]>2018-12-11 12:47:04 +0100
commited4730cf10b8a94c2c8d54094a5b1c36a0c73954 (patch)
treefceb90742a40de0fbb78d489c90c8d79c46057d2
parent311ab2b3568f9fa17e5bdbea590d8c0e685826c4 (diff)
downloadcaja-ed4730cf10b8a94c2c8d54094a5b1c36a0c73954.tar.bz2
caja-ed4730cf10b8a94c2c8d54094a5b1c36a0c73954.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}