[msitools] build-sys: fix make check
- From: Marc-Andre Lureau <malureau src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [msitools] build-sys: fix make check
- Date: Thu, 17 Jan 2013 18:45:43 +0000 (UTC)
commit 2b37f64de828377f48e9b5094528bcab4dfcc023
Author: Marc-Andrà Lureau <marcandre lureau gmail com>
Date: Thu Jan 17 19:41:25 2013 +0100
build-sys: fix make check
Makefile.am | 5 +++--
po/POTFILES.in | 3 ++-
po/POTFILES.skip | 3 ++-
3 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 6dbf24c..3fc1c55 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -35,6 +35,8 @@ noinst_PROGRAMS = msiextract
msiextract_CFLAGS = -w
+# --vapidir paths are relative to the source directory!
+
msiextract_VALAFLAGS = \
--enable-experimental \
--pkg config \
@@ -43,6 +45,7 @@ msiextract_VALAFLAGS = \
--pkg libmsi-1.0 \
--pkg posix \
--vapidir=. \
+ --vapidir=$(abs_top_builddir)/libmsi \
$(NULL)
msiextract_SOURCES = \
@@ -58,8 +61,6 @@ bin_PROGRAMS += wixl
wixl_CFLAGS = -w
-# --vapidir paths are relative to the source directory!
-
wixl_VALAFLAGS = \
-H wixl.h --use-header \
--vapidir=. \
diff --git a/po/POTFILES.in b/po/POTFILES.in
index aa49e3b..66472b2 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,3 +1,4 @@
[encoding: UTF-8]
-tools/wixl/wixl.vala
+tools/msiextract.vala
tools/wixl/builder.vala
+tools/wixl/wixl.vala
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 4d40f85..cc54296 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1,3 +1,4 @@
+libmsi/sql-parser.c
+tools/msiextract.c
tools/wixl/builder.c
tools/wixl/wixl.c
-libmsi/sql-parser.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]