Skip to content

Commit b359baf

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent b991397 commit b359baf

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
@@ -14,6 +14,9 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml)
1414
org.mate.mate-system-monitor.policy.in: org.mate.mate-system-monitor.policy.in.in Makefile
1515
$(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@
1616

17+
DISTCHECK_CONFIGURE_FLAGS = \
18+
CFLAGS='-Wno-deprecated-declarations'
19+
1720
EXTRA_DIST = \
1821
autogen.sh \
1922
$(man_MANS) \

0 commit comments

Comments
 (0)