Skip to content

Commit 74edb1c

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 6ffc509 commit 74edb1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.am

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

55
DISTCHECK_CONFIGURE_FLAGS = \
66
--enable-gtk-doc \
7-
--disable-icon-update
7+
--disable-icon-update \
8+
CFLAGS='-Wno-deprecated-declarations'
89

910
EXTRA_DIST = \
1011
autogen.sh

0 commit comments

Comments
 (0)