summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-18 22:29:59 +0200
committerraveit65 <[email protected]>2020-04-18 22:33:38 +0200
commitee6b471c5b35d03130a055c827c9c20b4381c3d9 (patch)
treebcc1e3550ac567144a033f360c53dfbd09a600b0
parentceef2452628899da897c35c66d4230b1fbfa6113 (diff)
downloadcaja-ee6b471c5b35d03130a055c827c9c20b4381c3d9.tar.bz2
caja-ee6b471c5b35d03130a055c827c9c20b4381c3d9.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}