summaryrefslogtreecommitdiffstats
path: root/examples/indexing/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-11-27 21:01:41 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-11-27 21:01:41 +0000
commit5534b24f18e71995723735b073ef389b776bbba6 (patch)
treecd0dc511ec58fa95eb5caca4e4e81e17b4703433 /examples/indexing/Makefile.am
parentc2758dbd001e4cad2e12ef831b4dd5bf12e211a2 (diff)
Added example indexing program for mpeg
Original commit message from CVS: Added example indexing program for mpeg
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 00000000..800135f1
--- /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)