[json-glib] build: Ignore 'config.h' when building the API reference
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [json-glib] build: Ignore 'config.h' when building the API reference
- Date: Mon, 13 Mar 2017 18:23:58 +0000 (UTC)
commit a1e2f314de3d37b8c543e7402d55d3ab93097abe
Author: Emmanuele Bassi <ebassi gnome org>
Date: Mon Mar 13 18:12:38 2017 +0000
build: Ignore 'config.h' when building the API reference
It's an internal header.
doc/reference/Makefile.am | 1 +
doc/reference/meson.build | 2 ++
2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am
index 9650ce0..a497e9c 100644
--- a/doc/reference/Makefile.am
+++ b/doc/reference/Makefile.am
@@ -15,6 +15,7 @@ HFILE_GLOB = $(top_srcdir)/json-glib/*.h $(top_builddir)/json-glib/*.h
CFILE_GLOB = $(top_srcdir)/json-glib/*.c
IGNORE_HFILES = \
+ config.h \
json-scanner.h \
json-types-private.h \
json-gobject-private.h \
diff --git a/doc/reference/meson.build b/doc/reference/meson.build
index 0aaa709..238b840 100644
--- a/doc/reference/meson.build
+++ b/doc/reference/meson.build
@@ -1,6 +1,8 @@
subdir('xml')
private_headers = [
+ 'config.h',
+
'json-debug.h',
'json-enum-types.h',
'json-glib.h',
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]