summaryrefslogtreecommitdiffstats
path: root/examples/indexing/Makefile.am
diff options
context:
space:
mode:
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)