From 4ec6055394410180956b21ae49ddbcf17f5f475f Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Sun, 6 Nov 2016 19:05:58 +0000 Subject: build: Install the gir-1.2 schema system-wide Install the schema to $(datadir)/glib-2.0/schemas, so that projects which depend on GLib can validate their GIR files at build or distribution time. https://bugzilla.gnome.org/show_bug.cgi?id=774019 --- docs/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Makefile.am b/docs/Makefile.am index d2162476..f47966dd 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -1,3 +1,7 @@ if ENABLE_GTK_DOC SUBDIRS = reference endif + +# Install the gir-1.2 schema +schemadir = $(datadir)/gir-1.0 +dist_schema_DATA = gir-1.2.rnc -- cgit v1.2.1