[gxml/gxml-0.10] Added Vala VAPIDIR to compile under non-standard location



commit 70bf42f55a7fdb68bd92d2927c0cc728636d27f4
Author: Daniel Espinosa <esodan gmail com>
Date:   Thu May 12 21:16:02 2016 -0500

    Added Vala VAPIDIR to compile under non-standard location

 gxml/Makefile.am |    1 +
 test/Makefile.am |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 8f10525..13b7d57 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -127,6 +127,7 @@ endif
 
 # library flags
 AM_VALAFLAGS += \
+       --vapidir=$(VAPIDIR) \
        $(ERROR_VALAFLAGS) \
        --library=gxml-0.10 \
        $(top_srcdir)/vapi/config.vapi \
diff --git a/test/Makefile.am b/test/Makefile.am
index 3ea62a6..39e87e8 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -92,6 +92,7 @@ $(sources:.vala=.c): vala-stamp
 gxml_test_SOURCES = $(sources:.vala=.c)
 
 AM_VALAFLAGS = \
+       --vapidir=$(VAPIDIR) \
        $(top_srcdir)/vapi/config.vapi \
        $(top_srcdir)/vapi/gxml-test.vapi \
        --vapidir=$(top_srcdir)/vapi \


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