diff options
| author | raveit65 <[email protected]> | 2020-04-18 22:59:17 +0200 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-04-18 22:59:17 +0200 | 
| commit | eb3fa9d98b9564efd59b88360e47dadbd821aece (patch) | |
| tree | 407e2a474f23793eae1412ea0706af89d5febd2c | |
| parent | ccf964fc061d69059cfb7dc58be1858b9583256a (diff) | |
| download | engrampa-eb3fa9d98b9564efd59b88360e47dadbd821aece.tar.bz2 engrampa-eb3fa9d98b9564efd59b88360e47dadbd821aece.tar.xz | |
build: silent build warnings for distcheck
| -rw-r--r-- | Makefile.am | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/Makefile.am b/Makefile.am index 2d90115..5e84794 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,8 @@ EXTRA_DIST = 			\  DISTCLEANFILES =  DISTCHECK_CONFIGURE_FLAGS = \ -	--with-cajadir='$${libdir}/caja/extensions-2.0-distcheck'    \ +	--with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ +	--enable-compile-warnings=no \  	CFLAGS='-Wno-deprecated-declarations' | 
