Skip to content

Commit 2dec591

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 6ff9690 commit 2dec591

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Makefile.am

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ DISTCLEANFILES = \
3333
DISTCHECK_CONFIGURE_FLAGS = \
3434
--disable-schemas-install \
3535
--disable-applets \
36-
--disable-tests
36+
--disable-tests \
37+
CFLAGS='-Wno-deprecated-declarations'
3738

3839
# Build ChangeLog from GIT history
3940
ChangeLog:

0 commit comments

Comments
 (0)