mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-05 15:49:54 +00:00
tests/examples/Makefile.am: added that too
Original commit message from CVS: * tests/examples/Makefile.am: added that too
This commit is contained in:
parent
7c17de8f03
commit
15d4e4548d
2 changed files with 38 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2005-12-12 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/examples/Makefile.am:
|
||||
added that too
|
||||
|
||||
2005-12-12 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
|
|
33
tests/examples/Makefile.am
Normal file
33
tests/examples/Makefile.am
Normal file
|
@ -0,0 +1,33 @@
|
|||
if GST_DISABLE_LOADSAVE
|
||||
GST_LOADSAVE_DIRS =
|
||||
else
|
||||
GST_LOADSAVE_DIRS = xml typefind
|
||||
endif
|
||||
|
||||
dirs = \
|
||||
controller \
|
||||
helloworld \
|
||||
launch \
|
||||
metadata \
|
||||
queue
|
||||
|
||||
#appreader
|
||||
#cutter
|
||||
#events
|
||||
#helloworld2
|
||||
#launch
|
||||
#manual
|
||||
#mixer
|
||||
#pingpong
|
||||
#plugins
|
||||
#pwg
|
||||
#queue2
|
||||
#queue3
|
||||
#queue4
|
||||
#retag
|
||||
#thread
|
||||
|
||||
SUBDIRS = $(dirs) \
|
||||
$(GST_LOADSAVE_DIRS)
|
||||
|
||||
DIST_SUBDIRS = $(dirs) xml typefind
|
Loading…
Reference in a new issue