From 02c883d5b58127f1206dec635febd675a6d1a849 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Tue, 5 Jul 2005 15:01:39 +0000 Subject: [PATCH] dont go into v4l for now Original commit message from CVS: dont go into v4l for now --- sys/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sys/Makefile.am b/sys/Makefile.am index cc10bd6da0..7ec8b9674b 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -18,8 +18,9 @@ endif SUBDIRS = \ $(XIMAGE_DIR) \ - $(XVIMAGE_DIR) \ - $(V4L_DIR) + $(XVIMAGE_DIR) + +# $(V4L_DIR) DIST_SUBDIRS = \ v4l \