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 20, 2018
1 parent 4bde2e8 commit 1e2cc5d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.am
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}


EXTRA_DIST = autogen.sh EXTRA_DIST = autogen.sh


DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python DISTCHECK_CONFIGURE_FLAGS = \
--disable-introspection \
--disable-python \
CFLAGS='-Wno-deprecated-declarations'


MAINTAINERCLEANFILES = \ MAINTAINERCLEANFILES = \
$(srcdir)/INSTALL \ $(srcdir)/INSTALL \
Expand Down

0 comments on commit 1e2cc5d

Please sign in to comment.