aboutsummaryrefslogtreecommitdiff
path: root/tests/examples/Makefile.am
blob: eef73e6c90a168316f3b6e793894b91e20901cd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if HAVE_GTK
GTK_EXAMPLES=mxf scaletempo camerabin2
else
GTK_EXAMPLES=
endif

if USE_DIRECTFB
DIRECTFB_DIR=directfb
else
DIRECTFB_DIR=
endif

OPENCV_EXAMPLES=opencv

SUBDIRS= $(DIRECTFB_DIR) $(GTK_EXAMPLES) $(OPENCV_EXAMPLES)
DIST_SUBDIRS= camerabin2 directfb mxf scaletempo opencv

include $(top_srcdir)/common/parallel-subdirs.mak