Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
disable deprecation warnings for distcheck
  • Loading branch information
raveit65 committed Dec 19, 2018
1 parent 9482529 commit 8f4dc20
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile.am
Expand Up @@ -51,7 +51,8 @@ EXTRA_DIST = \
$(gsettingsschema_in_files)

DISTCHECK_CONFIGURE_FLAGS = \
--disable-update-mimedb
--disable-update-mimedb \
CFLAGS='-Wno-deprecated-declarations'

GITIGNOREFILES=m4

Expand Down

0 comments on commit 8f4dc20

Please sign in to comment.