Skip to content

Commit 3af2c3d

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 240b02e commit 3af2c3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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)