summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2011-05-18 14:59:45 +0300
committerStefan Kost <ensonic@users.sf.net>2011-05-18 14:59:45 +0300
commite7659aeecd9a95ec928fe0063769ff1256bc4763 (patch)
treef57417161f458f6a86ccb50100bdc40b0d12161b /tests
parent0df5f9abb93cf72c89e394f1e1a2e1a0d0075488 (diff)
manual: put generated sources to BUILT_SOURCES and clean them on make clean
Diffstat (limited to 'tests')
-rw-r--r--tests/examples/manual/Makefile.am16
1 files changed, 14 insertions, 2 deletions
diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am
index 9a70c2a88..d06e0d6a6 100644
--- a/tests/examples/manual/Makefile.am
+++ b/tests/examples/manual/Makefile.am
@@ -18,8 +18,6 @@ TESTS_ENVIRONMENT = \
GST_PLUGIN_SYSTEM_PATH= \
GST_PLUGIN_PATH=$(top_builddir)/plugins
-CLEANFILES = core core.* test-registry.* *.gcno *.gcda
-
EXTRA_DIST = extract.pl
EXAMPLES = \
@@ -42,6 +40,20 @@ EXAMPLES = \
decodebin \
$(GST_LOADSAVE_SRC)
+BUILT_SOURCES = \
+ elementmake.c elementcreate.c elementget.c elementlink.c elementfactory.c \
+ bin.c \
+ pad.c ghostpad.c \
+ gnome.c \
+ helloworld.c \
+ init.c \
+ query.c \
+ typefind.c dynamic.c \
+ fakesrc.c \
+ playbin.c decodebin.c
+
+CLEANFILES = core core.* test-registry.* *.gcno *.gcda $(BUILT_SOURCES)
+
AM_CFLAGS = $(GST_OBJ_CFLAGS)
LDADD = $(top_builddir)/libs/gst/base/libgstbase-@GST_MAJORMINOR@.la \
$(GST_OBJ_LIBS)