mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
3e94eb9050
Original commit message from CVS: remove obsolete tests
11 lines
279 B
Makefile
11 lines
279 B
Makefile
|
|
SUBDIRS = instantiate sched threadstate seeking
|
|
|
|
noinst_PROGRAMS = mass_elements complexity
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
|
LIBS = $(GST_OBJ_LIBS) \
|
|
$(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
|
|
|
|
EXTRA_DIST = README
|
|
DIST_SUBDIRS= instantiate sched threadstate seeking
|