mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
manual: put generated sources to BUILT_SOURCES and clean them on make clean
This commit is contained in:
parent
0df5f9abb9
commit
e7659aeecd
1 changed files with 14 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue