diff options
author | raveit65 <[email protected]> | 2020-04-19 15:55:24 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-19 15:55:24 +0200 |
commit | edec72b493b16c82b003b87178c48122a94edb14 (patch) | |
tree | ad90e6e171a9f9b24899edd2b7cf3120b3822225 | |
parent | 60c698e3785f0f2cd861e432036af44c2b934d4d (diff) | |
download | mate-indicator-applet-edec72b493b16c82b003b87178c48122a94edb14.tar.bz2 mate-indicator-applet-edec72b493b16c82b003b87178c48122a94edb14.tar.xz |
build: silent build warnings for distcheck
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 7f75fcb..08b4045 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,6 +7,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ --enable-localinstall \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = \ |