From 86a025734afc75f43e62d61a044fe4fe19054545 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 28 May 2002 20:30:11 +0000 Subject: moving stuff Original commit message from CVS: moving stuff --- examples/seeking/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/seeking/Makefile.am (limited to 'examples/seeking/Makefile.am') diff --git a/examples/seeking/Makefile.am b/examples/seeking/Makefile.am new file mode 100644 index 00000000..ec73f0e2 --- /dev/null +++ b/examples/seeking/Makefile.am @@ -0,0 +1,7 @@ +examples = seek + +noinst_PROGRAMS = $(examples) + +# we have nothing but apps here, we can do this safely +LIBS = $(GST_LIBS) $(GTK_LIBS) +CFLAGS = $(GST_CFLAGS) $(GTK_CFLAGS) -- cgit v1.2.1