diff options
author | raveit65 <[email protected]> | 2020-04-21 22:22:34 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:23:57 +0200 |
commit | a9039bf1e4adc000d7aa0e3f273f8e3b9c97dfc4 (patch) | |
tree | e33c079b5d5a98514ddf678f84c9c06a77bcce59 | |
parent | 24fc3c78a8926572b2236bc014747cc5e04b4b06 (diff) | |
download | mate-system-monitor-a9039bf1e4adc000d7aa0e3f273f8e3b9c97dfc4.tar.bz2 mate-system-monitor-a9039bf1e4adc000d7aa0e3f273f8e3b9c97dfc4.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 = \ |