mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
meson: compile GUnixCredentialsMessage on all platforms
The header is now also installed under the common GIO include directory. Sorry if it breaks any build, you had to use the correct header path. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
This commit is contained in:
@@ -347,7 +347,6 @@ if host_system != 'windows'
|
||||
'gfiledescriptorbased.c',
|
||||
'giounix-private.c',
|
||||
'gunixconnection.c',
|
||||
'gunixcredentialsmessage.c',
|
||||
'gunixfdlist.c',
|
||||
'gunixfdmessage.c',
|
||||
'gunixmount.c',
|
||||
@@ -376,7 +375,6 @@ if host_system != 'windows'
|
||||
gio_unix_include_headers = files(
|
||||
'gfiledescriptorbased.h',
|
||||
'gunixconnection.h',
|
||||
'gunixcredentialsmessage.h',
|
||||
'gunixmounts.h',
|
||||
'gunixfdlist.h',
|
||||
'gunixfdmessage.h',
|
||||
@@ -567,6 +565,7 @@ gio_sources = files(
|
||||
'gdtlsclientconnection.c',
|
||||
'gdtlsserverconnection.c',
|
||||
'gunionvolumemonitor.c',
|
||||
'gunixcredentialsmessage.c',
|
||||
'gunixsocketaddress.c',
|
||||
'gvfs.c',
|
||||
'gvolume.c',
|
||||
@@ -703,6 +702,7 @@ gio_headers = files(
|
||||
'gdtlsconnection.h',
|
||||
'gdtlsclientconnection.h',
|
||||
'gdtlsserverconnection.h',
|
||||
'gunixcredentialsmessage.h',
|
||||
'gunixsocketaddress.h',
|
||||
'gvfs.h',
|
||||
'gvolume.h',
|
||||
|
Reference in New Issue
Block a user