summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-12-26 12:29:50 +0100
committerraveit65 <[email protected]>2018-12-26 12:29:50 +0100
commit94b306143618cfbd9a0c8908ea7d47f3a86ef6af (patch)
tree82dacd53fbf844306acaff7230be2b67bf878e1b
parenteb0cc59066bb397475adf9105741ea9d45bdb678 (diff)
downloadpluma-94b306143618cfbd9a0c8908ea7d47f3a86ef6af.tar.bz2
pluma-94b306143618cfbd9a0c8908ea7d47f3a86ef6af.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: