summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-26 12:29:50 +0100
committerraveit65 <[email protected]>2018-12-26 12:46:45 +0100
commitdeda8242c8372cb418f3670bbc0712bb640b8b42 (patch)
treed7e25ba4987f2aadb573128ee218f134c8e5eb12
parent57d0d30aec175a2c06df04dc6c5a1a744b427b10 (diff)
downloadpluma-deda8242c8372cb418f3670bbc0712bb640b8b42.tar.bz2
pluma-deda8242c8372cb418f3670bbc0712bb640b8b42.tar.xz
disable deprecation warnings for distcheck
-rw-r--r--Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 44bcacd4..4c5d0263 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,8 @@ MAINTAINERCLEANFILES = \
DISTCHECK_CONFIGURE_FLAGS = \
--enable-gtk-doc \
- --disable-tests
+ --disable-tests \
+ CFLAGS='-Wno-deprecated-declarations'
# Build ChangeLog from GIT history
ChangeLog: