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.
This commit is contained in:
Allison Ryan Lortie 2016-01-13 12:29:41 -05:00
parent d77b68e203
commit c5565a533c

View File

@ -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 = \