diff options
author | raveit65 <[email protected]> | 2018-12-11 17:55:29 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-12-11 17:57:20 +0100 |
commit | dc0f4902c148b1a39ce814a5d69ba28f23819224 (patch) | |
tree | 50a9403428642b31171896e9829a5e0295f584da | |
parent | f76aae4da8e1b7e125bb452d03cdb3b3c081e68e (diff) | |
download | engrampa-dc0f4902c148b1a39ce814a5d69ba28f23819224.tar.bz2 engrampa-dc0f4902c148b1a39ce814a5d69ba28f23819224.tar.xz |
disable deprecation warnings for distcheck
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c73019f..5472341 100644 --- a/Makefile.am +++ b/Makefile.am @@ -36,7 +36,9 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' +DISTCHECK_CONFIGURE_FLAGS = \ + --with-cajadir='$${libdir}/caja/extensions-2.0-distcheck' \ + CFLAGS='-Wno-deprecated-declarations' MAINTAINERCLEANFILES = \ |