if GUILE
## disable always for now
##GUILE_SUBDIRS=guile
GUILE_SUBDIRS=
else
GUILE_SUBDIRS=
endif

if GTK
GTK_SUBDIRS=gtk
else
GTK_SUBDIRS=
endif

SUBDIRS = $(GTK_SUBDIRS) $(GUILE_SUBDIRS)

