From c851bdc83709e265c9d6f266c74c3e71c8bad746 Mon Sep 17 00:00:00 2001 From: Mikkel Kruse Johnsen Date: Wed, 5 Nov 2014 08:49:09 +0100 Subject: [PATCH] Ignore gui-thread-check on windows --- gtk/Makefile.am | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index cb858dd62..1a18ba663 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1,4 +1,8 @@ -SUBDIRS = . glue gui-thread-check +SUBDIRS = . glue + +if !PLATFORM_WIN32 +SUBDIRS .= gui-thread-check +endif pkg = gtk pkgconfigdir=$(libdir)/pkgconfig