From 5e9f4eea451a77ba3b93db3747841ed2bd969e9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 30 Sep 2018 14:09:20 +0200 Subject: New upstream version 0.30.1 --- common.am | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 common.am (limited to 'common.am') diff --git a/common.am b/common.am deleted file mode 100644 index da05cba..0000000 --- a/common.am +++ /dev/null @@ -1,22 +0,0 @@ -# --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.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"' \ - -D_LIBEXECDIR='"$(libexecdir)"' \ - -D_LIB='"$(libdir)"' \ - -Wno-incompatible-pointer-types \ - -Wno-discarded-qualifiers - -if IS_GITVERSION -COMMON_CFLAGS += -D_GIT_VERSION='"@GITVER@"' -COMMON_VALAFLAGS += --define=_GITVERSION -endif -- cgit v1.2.3