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
commit6dcde13efef90779d053a512b5234ed8b2e72237 (patch)
tree21c07177e44310465d3fb920edb0446068eac2ec /examples/indexing/Makefile.am
parent15c9d99874199c62e397096273aca6a24bd33d30 (diff)
downloadgst-plugins-bad-6dcde13efef90779d053a512b5234ed8b2e72237.tar.gz
gst-plugins-bad-6dcde13efef90779d053a512b5234ed8b2e72237.tar.bz2
gst-plugins-bad-6dcde13efef90779d053a512b5234ed8b2e72237.zip
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)