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 16, 2018
1 parent 6ffc509 commit 74edb1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}


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


EXTRA_DIST = \ EXTRA_DIST = \
autogen.sh autogen.sh
Expand Down

0 comments on commit 74edb1c

Please sign in to comment.