diff options
author | raveit65 <[email protected]> | 2018-12-16 16:05:34 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-16 16:08:50 +0100 |
commit | 39d005b1649fbcc2c05fea8febb016ed478b257a (patch) | |
tree | 892eec60d8b82ef02ba3dde8274d469b93aa9ae1 | |
parent | 820ae7050c4a201c77639ee60d989ecdc86d86d0 (diff) | |
download | mate-applets-39d005b1649fbcc2c05fea8febb016ed478b257a.tar.bz2 mate-applets-39d005b1649fbcc2c05fea8febb016ed478b257a.tar.xz |
disable deprecation warnings for distcheck
-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 \ |