From 143bfc9f801c84428074312d661f8e08803df83b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 20 Aug 2016 15:09:31 +0200 Subject: Imported Upstream version 0.23.5 --- common.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 common.am (limited to 'common.am') diff --git a/common.am b/common.am new file mode 100644 index 0000000..6129cf1 --- /dev/null +++ b/common.am @@ -0,0 +1,19 @@ +# --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-experimental --enable-deprecated + +COMMON_CFLAGS = \ + -I$(top_srcdir)/vapi \ + -D_PREFIX='"$(prefix)"' \ + -D_VERSION='"$(VERSION)"' \ + -DGETTEXT_PACKAGE='"$(GETTEXT_PACKAGE)"' \ + -D_LANG_SUPPORT_DIR='"$(prefix)/share/locale"' \ + -D_LIBEXECDIR='"$(libexecdir)"' \ + -D_LIB='"$(libdir)"' + +if IS_GITVERSION +COMMON_CFLAGS += -D_GIT_VERSION='"@GITVER@"' +COMMON_VALAFLAGS += --define=_GITVERSION +endif -- cgit v1.2.3