[ostree] libostree: Make introspectable again



commit 52dd6b0b749cdcea2f9d14557aac83086c083a05
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Sun Sep 1 11:17:38 2013 -0400

    libostree: Make introspectable again
    
    At some point, the variable name for the headers changed and the
    introspection build line forgot to be updated.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=707228

 Makefile-libostree.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile-libostree.am b/Makefile-libostree.am
index 1227c03..aec27f7 100644
--- a/Makefile-libostree.am
+++ b/Makefile-libostree.am
@@ -75,7 +75,7 @@ OSTree_1_0_gir_INCLUDES = Gio-2.0
 OSTree_1_0_gir_CFLAGS = $(libostree_1_la_CFLAGS)
 OSTree_1_0_gir_LIBS = libostree-1.la
 OSTree_1_0_gir_SCANNERFLAGS = --warn-all --identifier-prefix=Ostree --symbol-prefix=ostree
-OSTree_1_0_gir_FILES = $(libostreeheaders_DATA) $(filter-out %-private.h,$(libostree_1_la_SOURCES))
+OSTree_1_0_gir_FILES = $(libostreeinclude_HEADERS) $(filter-out %-private.h,$(libostree_1_la_SOURCES))
 INTROSPECTION_GIRS += OSTree-1.0.gir
 gir_DATA += OSTree-1.0.gir
 typelib_DATA += OSTree-1.0.typelib


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