From 460d36e32c0e1efcb4e45adb7f1870dd8aeeaa56 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 4 Mar 2014 23:42:42 +0100 Subject: [PATCH] Makefile.am: Look in $builddir for headers when building vala tests --- libsecret/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/libsecret/Makefile.am b/libsecret/Makefile.am index 3a351ae..3b48a30 100644 --- a/libsecret/Makefile.am +++ b/libsecret/Makefile.am @@ -261,6 +261,7 @@ VALA_V_0 = @echo " VALAC " $@; VALA_TESTS_FLAGS = \ --Xcc=-w \ --Xcc=-I$(srcdir) \ + --Xcc=-I$(builddir) \ --Xcc=-I$(srcdir)/libsecret \ --vapidir=$(builddir) \ --pkg libsecret-@SECRET_MAJOR@ \ -- 2.7.4