From 8ac390cb616d01770584420d022d738dad0ff9c7 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 20 Dec 2001 20:25:24 +0000 Subject: unforming dir names Original commit message from CVS: unforming dir names --- sys/Makefile.am | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'sys/Makefile.am') diff --git a/sys/Makefile.am b/sys/Makefile.am index 101ea5a5..98297dc5 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -1,5 +1,17 @@ -### use HAVE_ stuff to decide on dirs -DIRS=qcam v4l vcdsrc vgasink xvideosink +### FIXME use HAVE_ stuff to decide on dirs +if USE_VGA +VGA_SUBDS=vga +else +VGA_SUBDS= +endif -DIST_SUBDIRS=qcam v4l vcdsrc vgasink xvideosink +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 -- cgit