Skip to content

Commit

Permalink
disable deprecation warnings for distcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Dec 24, 2018
1 parent b78db67 commit 2bf87c9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -14,6 +14,9 @@ appdata_DATA = $(appdata_in_files:.xml.in=.xml)
org.mate.mate-system-monitor.policy.in: org.mate.mate-system-monitor.policy.in.in Makefile org.mate.mate-system-monitor.policy.in: org.mate.mate-system-monitor.policy.in.in Makefile
$(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@ $(AM_V_GEN) sed -e "s|\@pkglibexecdir\@|$(pkglibexecdir)|" $< > $@


DISTCHECK_CONFIGURE_FLAGS = \
CFLAGS='-Wno-deprecated-declarations'

EXTRA_DIST = \ EXTRA_DIST = \
autogen.sh \ autogen.sh \
$(man_MANS) \ $(man_MANS) \
Expand Down

0 comments on commit 2bf87c9

Please sign in to comment.