summaryrefslogtreecommitdiff
path: root/wrappers/Makefile.am
blob: f524678345a8a951b1f0886d705170cdc449aac4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if GUILE
## disable always for now
##GUILE_SUBDIRS=guile
GUILE_SUBDIRS=
else
GUILE_SUBDIRS=
endif

if GNOME
GNOME_SUBDIRS=gtk
else
GNOME_SUBDIRS=
endif

SUBDIRS = $(GNOME_SUBDIRS) $(GUILE_SUBDIRS)