summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: 0c8190c7b1a71ce710983511523972d43a65ae78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
if HAVE_FT2
FT2_SUBDIRS=seeking
else
FT2_SUBDIRS=
endif

if HAVE_GTK
GTK_SUBDIRS=dynparams $(FT2_SUBDIRS)
else
GTK_SUBDIRS=
endif

if USE_GCONF
GCONF_SUBDIRS=gstplay
else
GCONF_SUBDIRS=
endif

SUBDIRS=$(GTK_SUBDIRS) $(GCONF_SUBDIRS) switch
DIST_SUBDIRS=capsfilter dynparams seeking indexing gstplay switch