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 23, 2018
1 parent 972866e commit 4cbcf29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.am
Expand Up @@ -39,6 +39,9 @@ CLEANFILES = $(applet_DATA) \
$(gsettings_SCHEMAS) \ $(gsettings_SCHEMAS) \
*.gschema.valid *.gschema.valid


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

EXTRA_DIST = $(ui_DATA) \ EXTRA_DIST = $(ui_DATA) \
$(applet_in_files).in \ $(applet_in_files).in \
$(service_in_files) \ $(service_in_files) \
Expand Down

0 comments on commit 4cbcf29

Please sign in to comment.