Makefile.am: Look in $builddir for headers when building vala tests
[platform/upstream/libsecret.git] / libsecret / Makefile.am
index 3a351ae..3b48a30 100644 (file)
@@ -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@ \