Skip to content

Commit 7063811

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 9af4264 commit 7063811

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ CLEANFILES = $(applet_DATA) \
3939
$(gsettings_SCHEMAS) \
4040
*.gschema.valid
4141

42+
DISTCHECK_CONFIGURE_FLAGS = \
43+
CFLAGS='-Wno-deprecated-declarations'
44+
4245
EXTRA_DIST = $(ui_DATA) \
4346
$(applet_in_files).in \
4447
$(service_in_files) \

0 commit comments

Comments
 (0)