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 3f6afae commit 106f3e7
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 = \ DISTCLEANFILES = \
gtk-doc.make gtk-doc.make


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


# Build ChangeLog from GIT history # Build ChangeLog from GIT history
ChangeLog: ChangeLog:
Expand Down

0 comments on commit 106f3e7

Please sign in to comment.