mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-06 01:19:38 +00:00
86deff7b5b
Original commit message from CVS: * gst/gstpluginfeature.c: (gst_plugin_feature_finalize), (gst_plugin_feature_load): more meaningful debug output * configure.ac: * tests/Makefile.am: * tests/old/examples/Makefile.am: make make distcheck happy again
24 lines
229 B
Makefile
24 lines
229 B
Makefile
# these example currently don't build (see TODO)
|
|
|
|
dirs =
|
|
|
|
#appreader
|
|
#cutter
|
|
#events
|
|
#helloworld2
|
|
#launch
|
|
#manual
|
|
#mixer
|
|
#pingpong
|
|
#plugins
|
|
#pwg
|
|
#queue2
|
|
#queue3
|
|
#queue4
|
|
#retag
|
|
#thread
|
|
|
|
SUBDIRS = $(dirs)
|
|
|
|
DIST_SUBDIRS = $(dirs)
|
|
|