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