From 72e3d4c55a6569d966059f762824c38d06055871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 29 Oct 2016 23:24:31 +0200 Subject: New upstream version 0.25.0 --- common.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common.am') diff --git a/common.am b/common.am index 6129cf1..20a66c6 100644 --- a/common.am +++ b/common.am @@ -1,12 +1,13 @@ # --enable-checking needs to come first to not trigger # https://debbugs.gnu.org/cgi/bugreport.cgi?bug=18734 COMMON_VALAFLAGS = \ - --enable-checking --target-glib=2.32 --thread --fatal-warnings \ + --enable-checking --target-glib=2.40 --thread --fatal-warnings \ --enable-experimental --enable-deprecated COMMON_CFLAGS = \ -I$(top_srcdir)/vapi \ -D_PREFIX='"$(prefix)"' \ + -Wno-incompatible-pointer-types -Wno-discarded-qualifiers \ -D_VERSION='"$(VERSION)"' \ -DGETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' \ -D_LANG_SUPPORT_DIR='"$(prefix)/share/locale"' \ -- cgit v1.2.3