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 26, 2018
1 parent 38a70a5 commit 10f3924
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ CLEANFILES += mozo

DISTCLEANFILES = ChangeLog

DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update
DISTCHECK_CONFIGURE_FLAGS = \
--disable-icon-update \
CFLAGS='-Wno-deprecated-declarations'

mozo: mozo.in
$(AM_V_GEN)sed -e s!\@PYTHON\@!@PYTHON@! \
Expand Down

0 comments on commit 10f3924

Please sign in to comment.