Fix conditional in Makefile.am
This commit is contained in:
parent
4c4e2a8754
commit
d445b4943e
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
SUBDIRS = . glue
|
||||
|
||||
if !PLATFORM_WIN32
|
||||
SUBDIRS .= gui-thread-check
|
||||
SUBDIRS = . glue gui-thread-check
|
||||
else
|
||||
SUBDIRS = . glue
|
||||
endif
|
||||
|
||||
pkg = gtk
|
||||
|
|
Loading…
Reference in a new issue