summaryrefslogtreecommitdiffstats
path: root/sys/ximagesrc/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:23:20 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2006-04-28 19:23:20 +0000
commit161d53e6dac4d17aa6d7e350ef785a0bc8dea39e (patch)
tree22af3da7991ebfa05b3e58e886b91f9153d23a22 /sys/ximagesrc/Makefile.am
parentb0ba6af066b64a7baf0942c4600947f6e6b40247 (diff)
downloadgst-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/ximagesrc/Makefile.am')
-rw-r--r--sys/ximagesrc/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/sys/ximagesrc/Makefile.am b/sys/ximagesrc/Makefile.am
deleted file mode 100644
index d1a4b427..00000000
--- a/sys/ximagesrc/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-plugin_LTLIBRARIES = libgstximagesrc.la
-
-libgstximagesrc_la_SOURCES = ximagesrc.c ximageutil.c
-libgstximagesrc_la_CFLAGS = \
- $(GST_PLUGINS_BASE_CFLAGS) \
- $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
- $(X_CFLAGS) $(XFIXES_CFLAGS) $(XDAMAGE_CFLAGS)
-libgstximagesrc_la_LIBADD = \
- $(GST_PLUGINS_BASE_LIBS) \
- $(GST_BASE_LIBS) \
- $(X_LIBS) $(XSHM_LIBS) $(XFIXES_LIBS) $(XDAMAGE_LIBS)
-libgstximagesrc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
-
-noinst_HEADERS = ximagesrc.h ximageutil.h