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 23, 2018
1 parent c19fce3 commit 667c390
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ SUBDIRS = \
po \
$(NULL)

DISTCHECK_CONFIGURE_FLAGS = \
CFLAGS='-Wno-deprecated-declarations'

EXTRA_DIST = \
autogen.sh \
ChangeLog \
Expand Down

0 comments on commit 667c390

Please sign in to comment.