diff options
author | raveit65 <[email protected]> | 2018-12-16 16:05:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-16 16:06:48 +0100 |
commit | 7a8e4de6b0292d33a1bfe50a644c00e60ebb7b97 (patch) | |
tree | b031da9083f50670b38b9655d4df955e5d069435 /Makefile.am | |
parent | cefd5e90bde498a5c8318b140547d3fa029a93f5 (diff) | |
download | mate-applets-7a8e4de6b0292d33a1bfe50a644c00e60ebb7b97.tar.bz2 mate-applets-7a8e4de6b0292d33a1bfe50a644c00e60ebb7b97.tar.xz |
disable deprecation warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 8b10b59d..cf3866c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -64,6 +64,9 @@ DIST_SUBDIRS = \ command \ netspeed +DISTCHECK_CONFIGURE_FLAGS = \ + CFLAGS='-Wno-deprecated-declarations' + EXTRA_DIST = \ m4/ac-define-dir.m4 \ COPYING-DOCS \ |