Skip to content

Commit cf5a9a1

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent c586fe5 commit cf5a9a1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Makefile.am

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ $(OBJECTS): libtool
1616
libtool: $(LIBTOOL_DEPS)
1717
$(SHELL) ./config.status --recheck
1818

19-
DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update
19+
DISTCHECK_CONFIGURE_FLAGS = \
20+
--disable-icon-update \
21+
CFLAGS='-Wno-deprecated-declarations'
2022

2123
DISTCLEANFILES = \
2224
intltool-extract \

0 commit comments

Comments
 (0)