summaryrefslogtreecommitdiff
path: root/gio/src/filelist.am
diff options
context:
space:
mode:
Diffstat (limited to 'gio/src/filelist.am')
-rw-r--r--gio/src/filelist.am8
1 files changed, 7 insertions, 1 deletions
diff --git a/gio/src/filelist.am b/gio/src/filelist.am
index 0095128e..31339d38 100644
--- a/gio/src/filelist.am
+++ b/gio/src/filelist.am
@@ -136,7 +136,6 @@ giomm_files_any_hg = \
zlibcompressor.hg
giomm_files_posix_hg = \
- desktopappinfo.hg \
unixconnection.hg \
unixcredentialsmessage.hg \
unixfdlist.hg \
@@ -145,10 +144,17 @@ giomm_files_posix_hg = \
unixoutputstream.hg \
unixsocketaddress.hg
+giomm_files_not_mac = \
+ desktopappinfo.hg
+
if HOST_WINDOWS_NATIVE
giomm_files_arch_hg =
else
+if OS_COCOA
giomm_files_arch_hg = $(giomm_files_posix_hg)
+else
+giomm_files_arch_hg = $(giomm_files_not_mac) $(giomm_files_posix_hg)
+endif
endif
giomm_files_used_hg = $(giomm_files_any_hg) $(giomm_files_arch_hg)