summaryrefslogtreecommitdiffstats
path: root/examples/app/Makefile.am
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-24 16:33:51 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-02-24 16:33:51 +0100
commitf0ae68d9440e90711c7b547f03d7165357b9c4ac (patch)
treed77797c994b5f7457b1dd3b802f08f783c8ce0e5 /examples/app/Makefile.am
parentda040c2a3529801e9b7c239afb698379ede89087 (diff)
downloadgst-plugins-bad-f0ae68d9440e90711c7b547f03d7165357b9c4ac.tar.gz
gst-plugins-bad-f0ae68d9440e90711c7b547f03d7165357b9c4ac.tar.bz2
gst-plugins-bad-f0ae68d9440e90711c7b547f03d7165357b9c4ac.zip
Move examples directory to tests/examples as in every other GStreamer module
Diffstat (limited to 'examples/app/Makefile.am')
-rw-r--r--examples/app/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/examples/app/Makefile.am b/examples/app/Makefile.am
deleted file mode 100644
index 4f3df777..00000000
--- a/examples/app/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-
-noinst_PROGRAMS = appsrc_ex appsrc-stream appsrc-stream2 appsrc-ra \
- appsrc-seekable appsink-src
-
-appsrc_ex_SOURCES = appsrc_ex.c
-appsrc_ex_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-appsrc_ex_LDFLAGS = \
- $(GST_LIBS) \
- $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
-
-appsrc_stream_SOURCES = appsrc-stream.c
-appsrc_stream_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-appsrc_stream_LDFLAGS = $(GST_LIBS)
-
-appsrc_stream2_SOURCES = appsrc-stream2.c
-appsrc_stream2_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-appsrc_stream2_LDFLAGS = $(GST_LIBS)
-
-appsrc_ra_SOURCES = appsrc-ra.c
-appsrc_ra_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-appsrc_ra_LDFLAGS = $(GST_LIBS)
-
-appsrc_seekable_SOURCES = appsrc-seekable.c
-appsrc_seekable_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-appsrc_seekable_LDFLAGS = $(GST_LIBS)
-
-appsink_src_SOURCES = appsink-src.c
-appsink_src_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
-appsink_src_LDFLAGS = \
- $(GST_LIBS) \
- $(top_builddir)/gst-libs/gst/app/libgstapp-@GST_MAJORMINOR@.la
-