diff options
author | raveit65 <[email protected]> | 2020-04-18 22:29:59 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-18 22:33:38 +0200 |
commit | ee6b471c5b35d03130a055c827c9c20b4381c3d9 (patch) | |
tree | bcc1e3550ac567144a033f360c53dfbd09a600b0 /Makefile.am | |
parent | ceef2452628899da897c35c66d4230b1fbfa6113 (diff) | |
download | caja-ee6b471c5b35d03130a055c827c9c20b4381c3d9.tar.bz2 caja-ee6b471c5b35d03130a055c827c9c20b4381c3d9.tar.xz |
build: silent build warnings for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 5ffa0623..4497c8e0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,7 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-icon-update \ --enable-gtk-doc \ --disable-self-check \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} |