tests/examples/Makefile.am: added that too

Original commit message from CVS:
* tests/examples/Makefile.am:
added that too
This commit is contained in:
Stefan Kost 2005-12-12 14:08:09 +00:00
parent 7c17de8f03
commit 15d4e4548d
2 changed files with 38 additions and 0 deletions

View file

@ -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:

View 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