Skip to content

Commit 2b37f64

Browse files
committed
build-sys: fix make check
1 parent 5574ae7 commit 2b37f64

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

Makefile.am

+3-2
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ noinst_PROGRAMS = msiextract
3535

3636
msiextract_CFLAGS = -w
3737

38+
# --vapidir paths are relative to the source directory!
39+
3840
msiextract_VALAFLAGS = \
3941
--enable-experimental \
4042
--pkg config \
@@ -43,6 +45,7 @@ msiextract_VALAFLAGS = \
4345
--pkg libmsi-1.0 \
4446
--pkg posix \
4547
--vapidir=. \
48+
--vapidir=$(abs_top_builddir)/libmsi \
4649
$(NULL)
4750

4851
msiextract_SOURCES = \
@@ -58,8 +61,6 @@ bin_PROGRAMS += wixl
5861

5962
wixl_CFLAGS = -w
6063

61-
# --vapidir paths are relative to the source directory!
62-
6364
wixl_VALAFLAGS = \
6465
-H wixl.h --use-header \
6566
--vapidir=. \

po/POTFILES.in

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[encoding: UTF-8]
2-
tools/wixl/wixl.vala
2+
tools/msiextract.vala
33
tools/wixl/builder.vala
4+
tools/wixl/wixl.vala

po/POTFILES.skip

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
libmsi/sql-parser.c
2+
tools/msiextract.c
13
tools/wixl/builder.c
24
tools/wixl/wixl.c
3-
libmsi/sql-parser.c

0 commit comments

Comments
 (0)