summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2020-04-18 22:38:20 +0200
committerraveit65 <[email protected]>2020-04-18 22:38:20 +0200
commita3862b79278adc0972283580fb67610a09223690 (patch)
tree0d815525dbe973925ef00c70687c9173684b5248
parent9a2c21958550e50c1cef13f21a75ed5f352866c5 (diff)
downloadcaja-dropbox-a3862b79278adc0972283580fb67610a09223690.tar.bz2
caja-dropbox-a3862b79278adc0972283580fb67610a09223690.tar.xz
build: silent build warnings for distcheck
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f68b5ec..11ed243 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -15,6 +15,10 @@ caja-dropbox.1: $(top_srcdir)/caja-dropbox.txt.in caja-dropbox $(top_srcdir)/doc
SUBDIRS = data src
+DISTCHECK_CONFIGURE_FLAGS = \
+ --enable-compile-warnings=no \
+ CFLAGS='-Wno-deprecated-declarations'
+
# Build ChangeLog from GIT history
ChangeLog:
$(AM_V_GEN) if test -d $(top_srcdir)/.git; then \