mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-21 22:59:16 +02:00
gio: fix gunixfdlist.h location after move to common gio
Fixes commit 5efb84f24a83ba ("gio: add GUnixFDList on win32") Fixes: https://gitlab.gnome.org/GNOME/glib/-/issues/2653 Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
parent
caf6d99fbe
commit
294b562f34
@ -381,7 +381,6 @@ if host_system != 'windows'
|
|||||||
gio_unix_include_headers = files(
|
gio_unix_include_headers = files(
|
||||||
'gfiledescriptorbased.h',
|
'gfiledescriptorbased.h',
|
||||||
'gunixmounts.h',
|
'gunixmounts.h',
|
||||||
'gunixfdlist.h',
|
|
||||||
'gunixfdmessage.h',
|
'gunixfdmessage.h',
|
||||||
'gunixinputstream.h',
|
'gunixinputstream.h',
|
||||||
'gunixoutputstream.h',
|
'gunixoutputstream.h',
|
||||||
@ -715,6 +714,7 @@ gio_headers = files(
|
|||||||
'gdtlsserverconnection.h',
|
'gdtlsserverconnection.h',
|
||||||
'gunixconnection.h',
|
'gunixconnection.h',
|
||||||
'gunixcredentialsmessage.h',
|
'gunixcredentialsmessage.h',
|
||||||
|
'gunixfdlist.h',
|
||||||
'gunixsocketaddress.h',
|
'gunixsocketaddress.h',
|
||||||
'gvfs.h',
|
'gvfs.h',
|
||||||
'gvolume.h',
|
'gvolume.h',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user