gstreamer/sys/Makefile.am
Thomas Vander Stichele 8ac390cb61 unforming dir names
Original commit message from CVS:
unforming dir names
2001-12-20 20:25:24 +00:00

17 lines
237 B
Makefile

### FIXME use HAVE_ stuff to decide on dirs
if USE_VGA
VGA_SUBDS=vga
else
VGA_SUBDS=
endif
if USE_OSS
OSS_SUBDS=oss
else
OSS_SUBDS=
endif
SUBDIRS=$(OSS_SUBDS) qcam v4l vcd $(VGA_SUBDS) xvideo
DIST_SUBDIRS=oss qcam v4l vcd vga xvideo