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 25, 2018
1 parent 34a6f3a commit 39a73e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile.am
Expand Up @@ -24,7 +24,9 @@ EXTRA_DIST = \
DISTCLEANFILES = \
gtk-doc.make

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

# Build ChangeLog from GIT history
ChangeLog:
Expand Down

0 comments on commit 39a73e9

Please sign in to comment.