diff options
author | raveit65 <[email protected]> | 2020-04-21 22:22:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:22:34 +0200 |
commit | e029a14811f845aedb227bce1ce76f89de0d54c7 (patch) | |
tree | cac1d244c465db6391990b7b5dfb17cba6f43736 | |
parent | d7fb09f24555b977e2969c609cf33f0dc8c547e3 (diff) | |
download | mate-system-monitor-e029a14811f845aedb227bce1ce76f89de0d54c7.tar.bz2 mate-system-monitor-e029a14811f845aedb227bce1ce76f89de0d54c7.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 07154d6..be652e3 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,7 @@ org.mate.mate-system-monitor.policy.in: org.mate.mate-system-monitor.policy.in.i $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |