diff options
author | raveit65 <[email protected]> | 2020-04-21 22:14:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-21 22:14:53 +0200 |
commit | ebb71a8b5ae782e207c761143034bf8bea5d1d0f (patch) | |
tree | da472c542f454aa22e859943a3e09dd33936bf47 | |
parent | 6206bf02ab7791d6f5f19b87fb1adaf5e8fc5924 (diff) | |
download | mate-session-manager-ebb71a8b5ae782e207c761143034bf8bea5d1d0f.tar.bz2 mate-session-manager-ebb71a8b5ae782e207c761143034bf8bea5d1d0f.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 = \ |