summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2002-03-29 00:41:45 +0000
committerAndy Wingo <wingo@pobox.com>2002-03-29 00:41:45 +0000
commit973b2e23f39decaacdff04929b7288f21aa429a7 (patch)
tree6e42c1aa4ac47bac5c05b7e4981e94aab0b56539 /sys
parentcb99f1dab122abd488cb96871a6fbf67474e4168 (diff)
downloadgst-plugins-bad-973b2e23f39decaacdff04929b7288f21aa429a7.tar.gz
gst-plugins-bad-973b2e23f39decaacdff04929b7288f21aa429a7.tar.bz2
gst-plugins-bad-973b2e23f39decaacdff04929b7288f21aa429a7.zip
check for the proper dxr3 header aphabetization fixes
Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
Diffstat (limited to 'sys')
-rw-r--r--sys/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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