[gxml] Fixed vapi installation, honoring vala pc file



commit 5160e22549c8302eddcc1b280f57b4f53ddd43a4
Author: Daniel Espinosa <esodan gmail com>
Date:   Wed Apr 27 09:57:00 2016 -0500

    Fixed vapi installation, honoring vala pc file

 NEWS             |    5 +++++
 gxml/Makefile.am |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/NEWS b/NEWS
index 40b663c..24e4d29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,9 @@
 
+===============
+Version 0.11.0
+===============
+
+* Fixed vapi installation, honoring vala pc file
 
 ===============
 Version 0.10.0
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index f0867be..e29f08a 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -197,7 +197,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]