diff options
author | raveit65 <[email protected]> | 2020-04-22 18:56:26 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-04-22 18:56:26 +0200 |
commit | b3a7f6f2b728a83232f37e299da4c71196b89931 (patch) | |
tree | ff97a455178a7c4a37be6ba2412c4ee8c12cc55e | |
parent | 063fba4e4fa55802a54452d8e85b98c837dfffc9 (diff) | |
download | python-caja-b3a7f6f2b728a83232f37e299da4c71196b89931.tar.bz2 python-caja-b3a7f6f2b728a83232f37e299da4c71196b89931.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 6ab17f4..2f0186d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,7 @@ CLEANFILES = libcaja-python.caja-extension 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 |