diff options
author | raveit65 <[email protected]> | 2020-04-21 22:10:20 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:10:20 +0200 |
commit | b0432136a244d455ddbf08d37336b3b5bc98e9b4 (patch) | |
tree | 0609a519aa5f82bae8608313850d9e8df26283ba | |
parent | 2c497331a6888c9e224ffb3d78d6eebb917712e5 (diff) | |
download | mate-sensors-applet-b0432136a244d455ddbf08d37336b3b5bc98e9b4.tar.bz2 mate-sensors-applet-b0432136a244d455ddbf08d37336b3b5bc98e9b4.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 6b9b329..25b38f4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -40,6 +40,7 @@ CLEANFILES = $(applet_DATA) \ *.gschema.valid DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = $(ui_DATA) \ |