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 21, 2018
1 parent 5230bac commit 98c5585
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ SUBDIRS = po maximus mate-window-picker-applet

ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}

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

EXTRA_DIST = autogen.sh intltool-merge.in intltool-extract.in intltool-update.in
DISTCLEANFILES = intltool-merge intltool-update intltool-extract

Expand Down

0 comments on commit 98c5585

Please sign in to comment.