From 5534b24f18e71995723735b073ef389b776bbba6 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 27 Nov 2002 21:01:41 +0000 Subject: Added example indexing program for mpeg Original commit message from CVS: Added example indexing program for mpeg --- examples/indexing/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/indexing/Makefile.am (limited to 'examples/indexing/Makefile.am') 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) -- cgit