Skip to content

Commit 1e2cc5d

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 4bde2e8 commit 1e2cc5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile.am

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
88

99
EXTRA_DIST = autogen.sh
1010

11-
DISTCHECK_CONFIGURE_FLAGS = --disable-introspection --disable-python
11+
DISTCHECK_CONFIGURE_FLAGS = \
12+
--disable-introspection \
13+
--disable-python \
14+
CFLAGS='-Wno-deprecated-declarations'
1215

1316
MAINTAINERCLEANFILES = \
1417
$(srcdir)/INSTALL \

0 commit comments

Comments
 (0)