From f0ae68d9440e90711c7b547f03d7165357b9c4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 24 Feb 2009 16:33:51 +0100 Subject: Move examples directory to tests/examples as in every other GStreamer module --- examples/app/Makefile.am | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 examples/app/Makefile.am (limited to 'examples/app/Makefile.am') 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 - -- cgit v1.2.1