]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
ccode: Properly depend on in-tree built libvala
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 13 May 2018 06:38:37 +0000 (08:38 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 21 May 2018 16:19:44 +0000 (18:19 +0200)
ccode/Makefile.am

index 0f86b96468471ce52f9d3fbf0f4e64ebc3d0d8b8..fc10a67849f04f06792f78f2aba69389ad8a4798 100644 (file)
@@ -5,6 +5,7 @@ NULL =
 AM_CPPFLAGS = \
        $(COVERAGE_CFLAGS) \
        -I$(top_srcdir)/gee \
+       -I$(top_srcdir)/vala \
        $(GLIB_CFLAGS) \
        $(NULL)
 
@@ -82,6 +83,7 @@ ccode.vapi ccode.vala.stamp: $(libvalaccode_la_VALASOURCES)
                -C \
                --vapidir $(top_srcdir)/vapi --pkg gobject-2.0 \
                --vapidir $(top_srcdir)/gee --pkg gee \
+               --vapidir $(top_srcdir)/vala --pkg vala \
                --pkg config \
                --use-header \
                -H valaccode.h \