From c5565a533c6b4af7481f46c51afa2f35844ebbe4 Mon Sep 17 00:00:00 2001 From: Allison Ryan Lortie Date: Wed, 13 Jan 2016 12:29:41 -0500 Subject: [PATCH] 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/Makefile.am b/gio/Makefile.am index cc0b0308d..b6ec40bcc 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 = \