From d445b4943e56831f1c0a34b562e650d80ca574ed Mon Sep 17 00:00:00 2001 From: Mikkel Kruse Johnsen Date: Wed, 5 Nov 2014 08:59:19 +0100 Subject: [PATCH] Fix conditional in Makefile.am --- gtk/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 1a18ba663..221480267 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -1,7 +1,7 @@ -SUBDIRS = . glue - if !PLATFORM_WIN32 -SUBDIRS .= gui-thread-check +SUBDIRS = . glue gui-thread-check +else +SUBDIRS = . glue endif pkg = gtk