summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-18 22:29:59 +0200
committerraveit65 <[email protected]>2020-04-18 22:29:59 +0200
commitdb440277fd653062264fa31d6e289503964a7f33 (patch)
treeffbbfdf9e37c756ff088aba2cb90e7a65a6dfa68
parent7ec62fe9a9b5fbea0c68327460b826db92aaca7d (diff)
downloadcaja-db440277fd653062264fa31d6e289503964a7f33.tar.bz2
caja-db440277fd653062264fa31d6e289503964a7f33.tar.xz
build: silent build warnings for distcheck
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5ffa0623..4497c8e0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,6 +27,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
--disable-icon-update \
--enable-gtk-doc \
--disable-self-check \
+ --enable-compile-warnings=no \
CFLAGS='-Wno-deprecated-declarations'
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}