summaryrefslogtreecommitdiffstats
path: root/sys/Makefile.am
blob: a88e2f9a43fb3b75d6a8bd4fdea92ee29c7b40d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
### FIXME use HAVE_ stuff to decide on dirs
if USE_OSS
OSS_SUBDS=oss
else
OSS_SUBDS=
endif

if USE_V4L
V4L_SUBDS=v4l
else
V4L_SUBDS=
endif

if USE_VGA
VGA_SUBDS=vga
else
VGA_SUBDS=
endif

SUBDIRS=$(OSS_SUBDS) qcam $(V4L_SUBDS) vcd $(VGA_SUBDS) xvideo

DIST_SUBDIRS=oss qcam v4l vcd vga xvideo