[vala/staging] ccode: Properly depend on in-tree built libvala



commit 777776ae9c2d14ad89eb4ad9517240eaea605468
Author: Rico Tzschichholz <ricotz ubuntu com>
Date:   Sun May 13 08:38:37 2018 +0200

    ccode: Properly depend on in-tree built libvala

 ccode/Makefile.am |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/ccode/Makefile.am b/ccode/Makefile.am
index 3518c82..b0d9b13 100644
--- a/ccode/Makefile.am
+++ b/ccode/Makefile.am
@@ -5,6 +5,7 @@ NULL =
 AM_CPPFLAGS = \
        $(COVERAGE_CFLAGS) \
        -I$(top_srcdir)/gee \
+       -I$(top_srcdir)/vala \
        $(GLIB_CFLAGS) \
        $(NULL)
 
@@ -83,6 +84,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 \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]