summaryrefslogtreecommitdiffstats
path: root/examples/indexing/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/indexing/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/indexing/Makefile.am')
-rw-r--r--examples/indexing/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/indexing/Makefile.am b/examples/indexing/Makefile.am
deleted file mode 100644
index 022bfc85..00000000
--- a/examples/indexing/Makefile.am
+++ /dev/null
@@ -1,7 +0,0 @@
-examples = indexmpeg
-
-noinst_PROGRAMS = $(examples)
-
-# we have nothing but apps here, we can do this safely
-LIBS = $(GST_LIBS) $(GTK_LIBS)
-AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)