summaryrefslogtreecommitdiffstats
path: root/sys/Makefile.am
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2003-11-09 22:48:58 +0000
committerChristian Schaller <uraeus@gnome.org>2003-11-09 22:48:58 +0000
commita61cc265feec1ea58129bccdb09f9d7c2e9ea842 (patch)
tree67c8d5e4c307c8aac04e15d1b88cbddfca6a85f9 /sys/Makefile.am
parent2ca1bfc5ab3719c351427596033f6edd4d4f9d1d (diff)
disting fixes, pixbuf loader still borked in regards to disting
Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r--sys/Makefile.am17
1 files changed, 10 insertions, 7 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am
index e47dc0e3..dad4940a 100644
--- a/sys/Makefile.am
+++ b/sys/Makefile.am
@@ -34,11 +34,14 @@ else
VCD_DIR=
endif
-if USE_XFREE
-XVIDEO_DIR=xvideo ximage
-else
-XVIDEO_DIR=
-endif
+# doesn't work
+#if USE_XFREE
+#XVIDEO_DIR=xvideo
+#XIMAGE_DIR=ximage
+#else
+#XVIDEO_DIR=
+#XIMAGE_DIR=
+#endif
if USE_CDROM
CDROM_DIR=cdrom
@@ -47,6 +50,6 @@ CDROM_DIR=
endif
SUBDIRS=$(DXR3_DIR) $(OSS_DIR) $(QCAM_DIR) $(V4L_DIR) $(V4L2_DIR) \
- $(VCD_DIR) $(XVIDEO_DIR) $(CDROM_DIR)
+ $(VCD_DIR) $(CDROM_DIR)
-DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo cdrom
+DIST_SUBDIRS=dxr3 oss qcam v4l v4l2 vcd xvideo ximage glsink cdrom