mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-28 02:20:04 +01:00
gio/Makefile.am: Rearrange things a bit
Move the gio tool build items up, so that the MSVC items do not get split by it.
This commit is contained in:
parent
bc7c030480
commit
bb5707d6cb
@ -869,14 +869,6 @@ gresource_LDADD = libgio-2.0.la \
|
||||
$(LIBELF_LIBS)
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# ------ 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
|
||||
@ -905,6 +897,15 @@ gio_LDADD = libgio-2.0.la \
|
||||
$(top_builddir)/glib/libglib-2.0.la \
|
||||
$(NULL)
|
||||
|
||||
# ------------------------------------------------------------------------
|
||||
# ------ 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_HEADERS_DIR = $(includedir)/glib-2.0/gio
|
||||
gio_HEADERS_INST = $(gioinclude_HEADERS) $(nodist_gioinclude_HEADERS)
|
||||
gio_HEADERS_EXCLUDES = dummy
|
||||
|
Loading…
x
Reference in New Issue
Block a user