Skip to content

Commit

Permalink
disable deprecation warnings for distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Dec 11, 2018
1 parent 3037620 commit 11bbca8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Expand Up @@ -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 = \
Expand Down

0 comments on commit 11bbca8

Please sign in to comment.