summaryrefslogtreecommitdiff
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, 7 insertions, 0 deletions
diff --git a/examples/indexing/Makefile.am b/examples/indexing/Makefile.am
new file mode 100644
index 000000000..800135f19
--- /dev/null
+++ b/examples/indexing/Makefile.am
@@ -0,0 +1,7 @@
+examples = indexmpeg
+
+noinst_PROGRAMS = $(examples)
+
+# we have nothing but apps here, we can do this safely
+LIBS = $(GST_LIBS) $(GTK_LIBS) $(FT2_LIBS)
+AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS)