mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-12 12:21:30 +00:00
b77f6b0e50
Original commit message from CVS: 2005-10-10 Andy Wingo <wingo@pobox.com> * tests/Makefile.am (noinst_PROGRAMS): No more init.c.
18 lines
351 B
Makefile
18 lines
351 B
Makefile
|
|
SUBDIRS = instantiate muxing sched threadstate seeking
|
|
|
|
if GST_DISABLE_TRACE
|
|
LAT =
|
|
else
|
|
LAT = lat
|
|
|
|
endif
|
|
|
|
noinst_PROGRAMS = $(LAT) 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 muxing sched threadstate seeking
|