From f0ae68d9440e90711c7b547f03d7165357b9c4ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 24 Feb 2009 16:33:51 +0100 Subject: Move examples directory to tests/examples as in every other GStreamer module --- tests/examples/indexing/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 tests/examples/indexing/Makefile.am (limited to 'tests/examples/indexing/Makefile.am') diff --git a/tests/examples/indexing/Makefile.am b/tests/examples/indexing/Makefile.am new file mode 100644 index 00000000..022bfc85 --- /dev/null +++ b/tests/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) +AM_CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -- cgit v1.2.1