Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable deprecation warnings for distcheck
  • Loading branch information
raveit65 committed Dec 21, 2018
1 parent 77d343b commit 422f7e5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -13,7 +13,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

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

EXTRA_DIST = \
autogen.sh \
Expand Down

0 comments on commit 422f7e5

Please sign in to comment.