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



commit d25e0c9ab094441fb672159f6da06c4a0f200551
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 0f86b96..fc10a67 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)
 
@@ -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 \


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