Skip to content

Commit 36a63e2

Browse files
author
raveit65
committed
disable deprecation warnings for distcheck
1 parent 0b5fddf commit 36a63e2

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
@@ -5,7 +5,9 @@ SUBDIRS = \
55

66
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
77

8-
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
8+
DISTCHECK_CONFIGURE_FLAGS = \
9+
--enable-localinstall \
10+
CFLAGS='-Wno-deprecated-declarations'
911

1012
DISTCLEANFILES = \
1113
indicator-applet-*.tar.gz \

0 commit comments

Comments
 (0)