diff options
author | raveit65 <[email protected]> | 2020-04-21 22:14:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:15:59 +0200 |
commit | 7ebb953d7ed105b5faa8bfe32d69172b873469c8 (patch) | |
tree | 4c9e35124369a333fef27fc4388f5387ab2ea49e | |
parent | df6ef7ef757f1c8b9c268d87698120c683d0bd5d (diff) | |
download | mate-session-manager-7ebb953d7ed105b5faa8bfe32d69172b873469c8.tar.bz2 mate-session-manager-7ebb953d7ed105b5faa8bfe32d69172b873469c8.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 43f22ce..bc2ac43 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,7 @@ SUBDIRS = \ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} DISTCHECK_CONFIGURE_FLAGS = \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' EXTRA_DIST = \ |