Added conditional for cdrom, someone needs to write a configure check to make this...
authorWim Taymans <wim.taymans@gmail.com>
Sat, 27 Jul 2002 01:38:32 +0000 (01:38 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 27 Jul 2002 01:38:32 +0000 (01:38 +0000)
Original commit message from CVS:
Added conditional for cdrom, someone needs to write a configure check
to make this work

sys/Makefile.am

index 92b9468..aefb648 100644 (file)
@@ -40,8 +40,14 @@ else
 XVIDEO_DIR=
 endif
 
+if USE_CDROM
+CDROM_DIR=cdrom
+else
+CDROM_DIR=
+endif
+
 SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \
-       $(VGA_DIR) $(XVIDEO_DIR)
+       $(VGA_DIR) $(XVIDEO_DIR) $(CDROM_DIR)
 
-DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink
+DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink cdrom