Skip to content

Commit 5f26a3b

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent c488e7e commit 5f26a3b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ SUBDIRS = po maximus mate-window-picker-applet
22

33
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
44

5+
DISTCHECK_CONFIGURE_FLAGS = \
6+
CFLAGS='-Wno-deprecated-declarations'
7+
58
EXTRA_DIST = autogen.sh intltool-merge.in intltool-extract.in intltool-update.in
69
DISTCLEANFILES = intltool-merge intltool-update intltool-extract
710

0 commit comments

Comments
 (0)