[glib] Don't build gapplication(1) on win32
- From: Ryan Lortie <desrt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Don't build gapplication(1) on win32
- Date: Mon, 21 Oct 2013 19:25:12 +0000 (UTC)
commit 1f0e69f73438fb4f6dfbd7676a0ef4d60e9b529c
Author: Ryan Lortie <desrt desrt ca>
Date: Mon Oct 21 14:55:52 2013 -0400
Don't build gapplication(1) on win32
It's pretty closely tied to desktop files...
gio/Makefile.am | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gio/Makefile.am b/gio/Makefile.am
index 5156179..427a392 100644
--- a/gio/Makefile.am
+++ b/gio/Makefile.am
@@ -733,6 +733,7 @@ gdbus_LDADD = libgio-2.0.la \
$(top_builddir)/glib/libglib-2.0.la \
$(top_builddir)/gobject/libgobject-2.0.la
+if OS_UNIX
# ------------------------------------------------------------------------
# gapplication(1) tool
bin_PROGRAMS += gapplication
@@ -740,6 +741,7 @@ gapplication_SOURCES = gapplication-tool.c
gapplication_LDADD = libgio-2.0.la \
$(top_builddir)/glib/libglib-2.0.la \
$(top_builddir)/gobject/libgobject-2.0.la
+endif
completiondir = $(datadir)/bash-completion/completions
completion_DATA = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]