diff options
author | raveit65 <[email protected]> | 2020-04-20 16:36:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:36:13 +0200 |
commit | a957a06f3fd7d34f93e661dc9aba9c628e3933d2 (patch) | |
tree | bfe201ffbfc17042ca377ffd0c1e81e6990ed417 | |
parent | d52773fc3edbe5cd8e824109c4590d7d2ee69ee6 (diff) | |
download | mate-notification-daemon-a957a06f3fd7d34f93e661dc9aba9c628e3933d2.tar.bz2 mate-notification-daemon-a957a06f3fd7d34f93e661dc9aba9c628e3933d2.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 7f47541..c436a21 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,6 +15,7 @@ libtool: $(LIBTOOL_DEPS) DISTCHECK_CONFIGURE_FLAGS = \ --disable-icon-update \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' DISTCLEANFILES = |