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