[gxml/gxml-0.10] Fixed installation of vapi file



commit 2e5bcc97249bf261f33cf9a3c18f976a24d9b644
Author: Daniel Espinosa <esodan gmail com>
Date:   Wed Apr 20 13:42:28 2016 -0500

    Fixed installation of vapi file
    
    Now we honors vala vapi directory location to install vapi files.
    
    This fixes jhbuild install

 gxml/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index f26b3eb..8f10525 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -189,7 +189,7 @@ gxml_HEADERS = gxml.h xlibxml.h
 
 # .vapi Vala API file
 gxml-0.10.vapi: libgxml-0.10.la
-vapidir = $(datadir)/vala/vapi
+vapidir = $(VAPIDIR)
 dist_vapi_DATA = \
        gxml-0.10.vapi \
        gxml-0.10.deps \


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