Skip to content

Commit 5485eeb

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 7469714 commit 5485eeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile.am

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
SUBDIRS = src po
22

3+
DISTCHECK_CONFIGURE_FLAGS = \
4+
CFLAGS='-Wno-deprecated-declarations'
5+
36
EXTRA_DIST = \
47
autogen.sh \
58
HACKING

0 commit comments

Comments
 (0)