Thomas Vander Stichele df03602d55 vcd checks
Original commit message from CVS:
vcd checks
2001-12-20 20:44:05 +00:00

30 lines
351 B
Makefile

### 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_VCD
VCD_SUBDS=vcd
else
VCD_SUBDS=
endif
if USE_VGA
VGA_SUBDS=vga
else
VGA_SUBDS=
endif
SUBDIRS=$(OSS_SUBDS) qcam $(V4L_SUBDS) $(VCD_SUBDS) $(VGA_SUBDS) xvideo
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo