mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
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:
parent
d77b68e203
commit
c5565a533c
@ -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 = \
|
||||
|
Loading…
x
Reference in New Issue
Block a user