[glib] gio/Makefile.am: Rearrange things a bit
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] gio/Makefile.am: Rearrange things a bit
- Date: Wed, 13 Jul 2016 02:44:07 +0000 (UTC)
commit bb5707d6cb3fb69abef4ed8213fa24aeb8418b0a
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Wed Jul 13 10:41:16 2016 +0800
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.
gio/Makefile.am | 17 +++++++++--------
1 files changed, 9 insertions(+), 8 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index e1c0344..a638646 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]