diff options
author | raveit65 <[email protected]> | 2018-12-26 12:29:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-26 12:29:50 +0100 |
commit | 94b306143618cfbd9a0c8908ea7d47f3a86ef6af (patch) | |
tree | 82dacd53fbf844306acaff7230be2b67bf878e1b /Makefile.am | |
parent | eb0cc59066bb397475adf9105741ea9d45bdb678 (diff) | |
download | pluma-94b306143618cfbd9a0c8908ea7d47f3a86ef6af.tar.bz2 pluma-94b306143618cfbd9a0c8908ea7d47f3a86ef6af.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
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: |