From b6b5c5a3fd81b63b74a6aaa97b0aa57a3f90ef27 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 20 Dec 2001 20:44:05 +0000 Subject: vcd checks Original commit message from CVS: vcd checks --- sys/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index a88e2f9a..256abfe7 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -11,13 +11,19 @@ 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 $(VGA_SUBDS) xvideo +SUBDIRS=$(OSS_SUBDS) qcam $(V4L_SUBDS) $(VCD_SUBDS) $(VGA_SUBDS) xvideo DIST_SUBDIRS=oss qcam v4l vcd vga xvideo -- cgit