mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
Add a new gio commandline tool
This command collects the various commandline utilities that are currently shipped in gvfs, and unifies them under a single, command-style binary. The tools just use GIO APIs, so it makes sense for them to live here.
This commit is contained in:
@@ -833,11 +833,41 @@ gresource_LDADD = libgio-2.0.la \
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# ------ MSVC Project File Generation ------
|
||||
# ------------------------------------------------------------------------
|
||||
#
|
||||
MSVCPROJS = gio glib-compile-resources glib-compile-schemas
|
||||
|
||||
gio_FILES = $(libgio_2_0_la_SOURCES) $(win32_actual_sources) $(win32_more_sources_for_vcproj)
|
||||
gio_EXCLUDES = gunix*.c|gdesktopappinfo.c|gnetworkmonitornetlink.c|gcontenttype.c|gnetworkmonitornm.c
|
||||
|
||||
# gio tool
|
||||
|
||||
bin_PROGRAMS += gio
|
||||
gio_SOURCES = \
|
||||
gio-tool.c \
|
||||
gio-tool.h \
|
||||
gio-tool-cat.c \
|
||||
gio-tool-copy.c \
|
||||
gio-tool-info.c \
|
||||
gio-tool-list.c \
|
||||
gio-tool-mime.c \
|
||||
gio-tool-mkdir.c \
|
||||
gio-tool-monitor.c \
|
||||
gio-tool-mount.c \
|
||||
gio-tool-move.c \
|
||||
gio-tool-open.c \
|
||||
gio-tool-rename.c \
|
||||
gio-tool-remove.c \
|
||||
gio-tool-save.c \
|
||||
gio-tool-set.c \
|
||||
gio-tool-trash.c \
|
||||
gio-tool-tree.c \
|
||||
$(NULL)
|
||||
gio_LDADD = libgio-2.0.la \
|
||||
$(top_builddir)/gobject/libgobject-2.0.la \
|
||||
$(top_builddir)/glib/libglib-2.0.la \
|
||||
$(NULL)
|
||||
|
||||
gio_HEADERS_DIR = $(includedir)/glib-2.0/gio
|
||||
gio_HEADERS_INST = $(gioinclude_HEADERS) $(nodist_gioinclude_HEADERS)
|
||||
gio_HEADERS_EXCLUDES = dummy
|
||||
|
Reference in New Issue
Block a user