From c5e4b06ff518ca83a403c175e22a802ee73714f1 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Fri, 29 Mar 2002 00:41:45 +0000 Subject: check for the proper dxr3 header aphabetization fixes Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes --- sys/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/Makefile.am b/sys/Makefile.am index 8c6db9af..92b9468d 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -40,8 +40,8 @@ else XVIDEO_DIR= endif -SUBDIRS=$(OSS_DIR) $(DXR3_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \ +SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(VCD_DIR) \ $(VGA_DIR) $(XVIDEO_DIR) -DIST_SUBDIRS=oss dxr3 qcam v4l vcd vga xvideo videosink +DIST_SUBDIRS=dxr3 oss qcam v4l vcd vga xvideo videosink -- cgit