Skip to content

Commit 10f3924

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 38a70a5 commit 10f3924

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
@@ -9,7 +9,9 @@ CLEANFILES += mozo
99

1010
DISTCLEANFILES = ChangeLog
1111

12-
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update
12+
DISTCHECK_CONFIGURE_FLAGS = \
13+
--disable-icon-update \
14+
CFLAGS='-Wno-deprecated-declarations'
1315

1416
mozo: mozo.in
1517
$(AM_V_GEN)sed -e s!\@PYTHON\@!@PYTHON@! \

0 commit comments

Comments
 (0)