diff options
author | raveit65 <[email protected]> | 2020-04-20 16:36:13 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-20 16:37:24 +0200 |
commit | 21f138fd3697207dcd3b31046948cd084364e4e8 (patch) | |
tree | b463470e6b04ccf45991ad44bb93877e81746c62 | |
parent | 51bb1b6a708971e74833b2efff14f399e307c697 (diff) | |
download | mate-notification-daemon-21f138fd3697207dcd3b31046948cd084364e4e8.tar.bz2 mate-notification-daemon-21f138fd3697207dcd3b31046948cd084364e4e8.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 = |