summaryrefslogtreecommitdiff
path: root/examples/Makefile.am
blob: 2e4f7ae6090dd763b1f325030d4c21c4bb714a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
if GST_DISABLE_LOADSAVE
GST_LOADSAVE_DIRS = 
else
GST_LOADSAVE_DIRS = xml typefind
endif

SUBDIRS = autoplug $(GST_LOADSAVE_DIRS) \
          helloworld helloworld2 \
          queue queue2 queue3 queue4 \
          launch thread plugins mixer cutter

DIST_SUBDIRS = autoplug \
          helloworld helloworld2 \
          queue queue2 queue3 queue4 \
          launch thread xml plugins typefind mixer cutter