[glib/wip/gsettingsbackendchangeset: 188/191] gio build: shuffle location of gsettingsbackend.h
- From: Allison Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/gsettingsbackendchangeset: 188/191] gio build: shuffle location of gsettingsbackend.h
- Date: Mon, 25 Apr 2016 15:10:53 +0000 (UTC)
commit c5565a533c6b4af7481f46c51afa2f35844ebbe4
Author: Allison Ryan Lortie <desrt desrt ca>
Date: Wed Jan 13 12:29:41 2016 -0500
gio build: shuffle location of gsettingsbackend.h
We don't want enums in this header (which is not part of the public API
of GLib) to end up with GObject types.
Move the header file out of the list of public glib headers so that
these enums are not generated.
gio/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index cc0b030..b6ec40b 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -101,7 +101,6 @@ gdbus-daemon-generated.h gdbus-daemon-generated.c: $(srcdir)/dbus-daemon.xml $(s
$(NULL)
settings_headers = \
- gsettingsbackend.h \
gsettingsschema.h \
gsettings.h
@@ -654,6 +653,7 @@ gio_headers = \
gioincludedir=$(includedir)/glib-2.0/gio/
gioinclude_HEADERS = \
$(gio_headers) \
+ gsettingsbackend.h \
gioenumtypes.h
nodist_gioinclude_HEADERS = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]