diff options
author | David Schleef <ds@schleef.org> | 2003-11-05 03:33:23 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-05 03:33:23 +0000 |
commit | 3e9f40bff765384018d523235c5e83a61ecf4d90 (patch) | |
tree | 508a0fba4c8a67faa05905e4266f544967cb49b8 /sys/Makefile.am | |
parent | 727677396f615daed5202fe304f119a2d30cbd0b (diff) | |
download | gst-plugins-bad-3e9f40bff765384018d523235c5e83a61ecf4d90.tar.gz gst-plugins-bad-3e9f40bff765384018d523235c5e83a61ecf4d90.tar.bz2 gst-plugins-bad-3e9f40bff765384018d523235c5e83a61ecf4d90.zip |
revert last checkin. This was not intended for the 0.6 branch
Original commit message from CVS:
revert last checkin. This was not intended for the 0.6 branch
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index ccfbd937..6419b828 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -53,7 +53,6 @@ CDROM_DIR= endif SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \ - $(VCD_DIR) $(VGA_DIR) $(XVIDEO_DIR) $(CDROM_DIR) glsink - -DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd vga xvideo videosink cdrom glsink + $(VCD_DIR) $(VGA_DIR) $(XVIDEO_DIR) $(CDROM_DIR) +DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd vga xvideo videosink cdrom |