mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Move some platform sources around
gunixcredentialsmessage.h ought to live with other UNIX headers, and the credentials are moved from dbus-specific to just GIO sources. Also move gfiledescriptorbased.c to the UNIX sources.
This commit is contained in:
parent
b96c3b6d60
commit
b87dd96a8a
@ -82,7 +82,6 @@ gio-marshal.c: gio-marshal.h gio-marshal.list
|
|||||||
gdbus_headers = \
|
gdbus_headers = \
|
||||||
gdbusauthobserver.h \
|
gdbusauthobserver.h \
|
||||||
gcredentials.h \
|
gcredentials.h \
|
||||||
gunixcredentialsmessage.h \
|
|
||||||
gdbusutils.h \
|
gdbusutils.h \
|
||||||
gdbuserror.h \
|
gdbuserror.h \
|
||||||
gdbusaddress.h \
|
gdbusaddress.h \
|
||||||
@ -99,8 +98,6 @@ gdbus_headers = \
|
|||||||
|
|
||||||
gdbus_sources = \
|
gdbus_sources = \
|
||||||
gdbusutils.h gdbusutils.c \
|
gdbusutils.h gdbusutils.c \
|
||||||
gcredentials.h gcredentials.c \
|
|
||||||
gunixcredentialsmessage.h gunixcredentialsmessage.c \
|
|
||||||
gdbusaddress.h gdbusaddress.c \
|
gdbusaddress.h gdbusaddress.c \
|
||||||
gdbusauthobserver.h gdbusauthobserver.c \
|
gdbusauthobserver.h gdbusauthobserver.c \
|
||||||
gdbusauth.h gdbusauth.c \
|
gdbusauth.h gdbusauth.c \
|
||||||
@ -197,17 +194,18 @@ SUBDIRS += fam
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
if OS_UNIX
|
if OS_UNIX
|
||||||
appinfo_sources += gdesktopappinfo.c gdesktopappinfo.h
|
appinfo_sources += gdesktopappinfo.c
|
||||||
platform_libadd += libasyncns/libasyncns.la xdgmime/libxdgmime.la
|
platform_libadd += libasyncns/libasyncns.la xdgmime/libxdgmime.la
|
||||||
platform_deps += libasyncns/libasyncns.la xdgmime/libxdgmime.la
|
platform_deps += libasyncns/libasyncns.la xdgmime/libxdgmime.la
|
||||||
unix_sources = \
|
unix_sources = \
|
||||||
|
gfiledescriptorbased.c \
|
||||||
gunixconnection.c \
|
gunixconnection.c \
|
||||||
|
gunixcredentialsmessage.c \
|
||||||
gunixfdlist.c \
|
gunixfdlist.c \
|
||||||
gunixfdmessage.c \
|
gunixfdmessage.c \
|
||||||
gunixmount.c \
|
gunixmount.c \
|
||||||
gunixmount.h \
|
gunixmount.h \
|
||||||
gunixmounts.c \
|
gunixmounts.c \
|
||||||
gunixmounts.h \
|
|
||||||
gunixresolver.c \
|
gunixresolver.c \
|
||||||
gunixresolver.h \
|
gunixresolver.h \
|
||||||
gunixsocketaddress.c \
|
gunixsocketaddress.c \
|
||||||
@ -225,6 +223,7 @@ giounixinclude_HEADERS = \
|
|||||||
gdesktopappinfo.h \
|
gdesktopappinfo.h \
|
||||||
gfiledescriptorbased.h \
|
gfiledescriptorbased.h \
|
||||||
gunixconnection.h \
|
gunixconnection.h \
|
||||||
|
gunixcredentialsmessage.h \
|
||||||
gunixmounts.h \
|
gunixmounts.h \
|
||||||
gunixfdlist.h \
|
gunixfdlist.h \
|
||||||
gunixfdmessage.h \
|
gunixfdmessage.h \
|
||||||
@ -282,6 +281,7 @@ libgio_2_0_la_SOURCES = \
|
|||||||
gconverter.c \
|
gconverter.c \
|
||||||
gconverterinputstream.c \
|
gconverterinputstream.c \
|
||||||
gconverteroutputstream.c \
|
gconverteroutputstream.c \
|
||||||
|
gcredentials.c \
|
||||||
gdatainputstream.c \
|
gdatainputstream.c \
|
||||||
gdataoutputstream.c \
|
gdataoutputstream.c \
|
||||||
gdrive.c \
|
gdrive.c \
|
||||||
@ -294,8 +294,6 @@ libgio_2_0_la_SOURCES = \
|
|||||||
gfile.c \
|
gfile.c \
|
||||||
gfileattribute.c \
|
gfileattribute.c \
|
||||||
gfileattribute-priv.h \
|
gfileattribute-priv.h \
|
||||||
gfiledescriptorbased.h \
|
|
||||||
gfiledescriptorbased.c \
|
|
||||||
gfileenumerator.c \
|
gfileenumerator.c \
|
||||||
gfileicon.c \
|
gfileicon.c \
|
||||||
gfileinfo.c \
|
gfileinfo.c \
|
||||||
|
Loading…
Reference in New Issue
Block a user