Skip to content

Commit 106f3e7

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 3f6afae commit 106f3e7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎Makefile.am‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ EXTRA_DIST = \
2424
DISTCLEANFILES = \
2525
gtk-doc.make
2626

27-
DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
27+
DISTCHECK_CONFIGURE_FLAGS = \
28+
--enable-gtk-doc \
29+
CFLAGS='-Wno-deprecated-declarations'
2830

2931
# Build ChangeLog from GIT history
3032
ChangeLog:

0 commit comments

Comments
 (0)