2002-01-15 21:00:56 +00:00
|
|
|
|
2005-06-19 10:31:42 +00:00
|
|
|
SUBDIRS = instantiate memchunk muxing sched threadstate seeking
|
2000-12-31 22:13:31 +00:00
|
|
|
|
2004-05-08 17:38:24 +00:00
|
|
|
if GST_DISABLE_TRACE
|
2004-05-09 14:30:04 +00:00
|
|
|
LAT =
|
2004-05-08 17:38:24 +00:00
|
|
|
else
|
2004-05-09 14:30:04 +00:00
|
|
|
LAT = lat
|
2001-10-17 10:21:27 +00:00
|
|
|
|
2003-02-10 20:08:59 +00:00
|
|
|
endif
|
2000-07-17 17:14:15 +00:00
|
|
|
|
2005-06-19 10:31:42 +00:00
|
|
|
noinst_PROGRAMS = $(LAT) mass_elements complexity
|
2004-05-08 17:38:24 +00:00
|
|
|
|
|
|
|
AM_CFLAGS = $(GST_OBJ_CFLAGS)
|
2005-04-16 20:27:55 +00:00
|
|
|
LIBS = $(GST_OBJ_LIBS) \
|
|
|
|
$(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
|
2004-05-08 17:38:24 +00:00
|
|
|
|
2000-07-17 17:14:15 +00:00
|
|
|
EXTRA_DIST = README
|
2005-06-19 10:31:42 +00:00
|
|
|
DIST_SUBDIRS= instantiate memchunk muxing sched threadstate seeking
|