[glibmm/glibmm-2-52] gio/src/filelist.am: Always include all .hg files in giomm_files_hg
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glibmm/glibmm-2-52] gio/src/filelist.am: Always include all .hg files in giomm_files_hg
- Date: Tue, 15 Aug 2017 16:53:47 +0000 (UTC)
commit 853ac0f5517e4307cf28de0c780672d7b94cfff8
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date: Tue Aug 15 18:51:01 2017 +0200
gio/src/filelist.am: Always include all .hg files in giomm_files_hg
Commit 0bc35fb4fa28ee8564fecab4e21011dc42e74ed1 fixed giomm_files_hg,
but in the wrong way. giomm_files_hg shall always include all .hg files,
regardless of which ones are used on the present platform.
gio/src/filelist.am | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/gio/src/filelist.am b/gio/src/filelist.am
index 8dc3e40..e65a3a6 100644
--- a/gio/src/filelist.am
+++ b/gio/src/filelist.am
@@ -158,5 +158,8 @@ endif
endif
giomm_files_used_hg = $(giomm_files_any_hg) $(giomm_files_arch_hg)
-giomm_files_hg = $(giomm_files_used_hg)
+giomm_files_hg = \
+ $(giomm_files_any_hg) \
+ $(giomm_files_posix_hg ) \
+ $(giomm_files_not_mac)
giomm_files_ccg = $(giomm_files_hg:.hg=.ccg)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]