summaryrefslogtreecommitdiff
path: root/sys/Makefile.am
blob: cc10bd6da05e094fd6a240a701fa8205a40ac9d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
if USE_GST_V4L
V4L_DIR=v4l
else
V4L_DIR=
endif

if USE_X
XIMAGE_DIR=ximage
else
XIMAGE_DIR=
endif

if USE_XVIDEO
XVIMAGE_DIR=xvimage
else
XVIMAGE_DIR=
endif

SUBDIRS = \
  $(XIMAGE_DIR) \
  $(XVIMAGE_DIR) \
  $(V4L_DIR)

DIST_SUBDIRS = \
  v4l \
  ximage \
  xvimage