We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116ba41 commit 750c034Copy full SHA for 750c034
Makefile.am
@@ -29,7 +29,11 @@ DISTCLEANFILES = \
29
intltool-merge \
30
intltool-update
31
32
-DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = \
33
+ --disable-update-mimedb \
34
+ --disable-icon-update \
35
+ --enable-gtk-doc \
36
+ CFLAGS='-Wno-deprecated-declarations'
37
38
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
39
0 commit comments