diff options
author | raveit65 <[email protected]> | 2020-04-18 22:45:58 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-18 22:45:58 +0200 |
commit | a9d3b00c9109411fb75a6b9e21c313f4134c2873 (patch) | |
tree | e33088874d58e1e20aeb5e328c74ae5edb3028cb /Makefile.am | |
parent | 9cd55edc8599e04d58de131ff55923ce7691ea2b (diff) | |
download | caja-extensions-a9d3b00c9109411fb75a6b9e21c313f4134c2873.tar.bz2 caja-extensions-a9d3b00c9109411fb75a6b9e21c313f4134c2873.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 7ebbd48..d2b55e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,6 +37,7 @@ DISTCLEANFILES = DISTCHECK_CONFIGURE_FLAGS = \ --enable-gtk-doc \ --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ + --enable-compile-warnings=no \ CFLAGS='-Wno-deprecated-declarations' # Build ChangeLog from GIT history |