diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 19:23:20 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2006-04-28 19:23:20 +0000 |
commit | 161d53e6dac4d17aa6d7e350ef785a0bc8dea39e (patch) | |
tree | 22af3da7991ebfa05b3e58e886b91f9153d23a22 /sys/Makefile.am | |
parent | b0ba6af066b64a7baf0942c4600947f6e6b40247 (diff) | |
download | gst-plugins-bad-161d53e6dac4d17aa6d7e350ef785a0bc8dea39e.tar.gz gst-plugins-bad-161d53e6dac4d17aa6d7e350ef785a0bc8dea39e.tar.bz2 gst-plugins-bad-161d53e6dac4d17aa6d7e350ef785a0bc8dea39e.zip |
moved ximagesrc to good
Original commit message from CVS:
moved ximagesrc to good
Diffstat (limited to 'sys/Makefile.am')
-rw-r--r-- | sys/Makefile.am | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/sys/Makefile.am b/sys/Makefile.am index 4a264965..ceacb8e9 100644 --- a/sys/Makefile.am +++ b/sys/Makefile.am @@ -34,12 +34,6 @@ else GL_DIR= endif -if USE_X -XIMAGESRC_DIR=ximagesrc -else -XIMAGESRC_DIR= -endif - -SUBDIRS = $(GL_DIR) $(XIMAGESRC_DIR) $(V4L2_DIR) +SUBDIRS = $(GL_DIR) $(V4L2_DIR) -DIST_SUBDIRS = glsink ximagesrc v4l2 +DIST_SUBDIRS = glsink v4l2 |