gstreamer/tests/Makefile.am
Thomas Vander Stichele 995c572855 there is no speed. really.
Original commit message from CVS:
there is no speed.  really.
2005-04-25 11:51:09 +00:00

19 lines
402 B
Makefile

SUBDIRS = instantiate memchunk muxing sched threadstate seeking # bufspeed
if GST_DISABLE_TRACE
LAT =
else
LAT = lat
endif
noinst_PROGRAMS = $(LAT) spidey_bench 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= bufspeed instantiate memchunk muxing sched threadstate seeking