Skip to content

Commit b226aa4

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 3a145a7 commit b226aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ NULL =
77
DISTCHECK_CONFIGURE_FLAGS = \
88
--disable-schemas-install \
99
--disable-silent-rules \
10-
--with-gtk=2.0
10+
CFLAGS='-Wno-deprecated-declarations'
1111

1212
@INTLTOOL_XML_RULE@
1313
appdatadir = $(datadir)/appdata

0 commit comments

Comments
 (0)