gstreamer/sys/Makefile.am
Wim Taymans b5a39eb4c3 Added conditional for cdrom, someone needs to write a configure check to make this work
Original commit message from CVS:
Added conditional for cdrom, someone needs to write a configure check
to make this work
2002-07-27 01:38:32 +00:00

53 lines
560 B
Makefile

if USE_DXR3
DXR3_DIR=dxr3
else
DXR3_DIR=
endif
if USE_OSS
OSS_DIR=oss
else
OSS_DIR=
endif
if USE_QCAM
QCAM_DIR=qcam
else
QCAM_DIR=
endif
if USE_V4L
V4L_DIR=v4l
else
V4L_DIR=
endif
if USE_VCD
VCD_DIR=vcd
else
VCD_DIR=
endif
if USE_VGA
VGA_DIR=vga
else
VGA_DIR=
endif
if USE_XVIDEO
XVIDEO_DIR=xvideo videosink
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) $(CDROM_DIR)
DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink cdrom