[gnome-terminal] build: Fix vala flags to work with automake
- From: Egmont Koblinger <egmontkob src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-terminal] build: Fix vala flags to work with automake
- Date: Wed, 28 May 2014 19:51:50 +0000 (UTC)
commit f318eedd0064946bd930e0ce0906cd7071b4790b
Author: Egmont Koblinger <egmont gmail com>
Date: Wed May 28 21:49:12 2014 +0200
build: Fix vala flags to work with automake
src/Makefile.am | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index b3fff44..6a9a1f9 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -176,12 +176,12 @@ nodist_gterminal_SOURCES = \
$(NULL)
gterminal_VALAFLAGS = \
- --vapidir . \
- --pkg glib-2.0 \
- --pkg gio-2.0 \
- --pkg gio-unix-2.0 \
- --pkg posix \
- --pkg gtk+-$(GTK_API_VERSION) \
+ --vapidir=. \
+ --pkg=glib-2.0 \
+ --pkg=gio-2.0 \
+ --pkg=gio-unix-2.0 \
+ --pkg=posix \
+ --pkg=gtk+-$(GTK_API_VERSION) \
$(GTERMINAL_VALAFLAGS) \
$(AM_VALAFLAGS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]