tests/Makefile.am (noinst_PROGRAMS): No more init.c.
[platform/upstream/gstreamer.git] / tests / Makefile.am
1
2 SUBDIRS = instantiate muxing sched threadstate seeking
3
4 if GST_DISABLE_TRACE
5 LAT = 
6 else
7 LAT = lat
8
9 endif
10
11 noinst_PROGRAMS = $(LAT) mass_elements complexity
12
13 AM_CFLAGS = $(GST_OBJ_CFLAGS)
14 LIBS = $(GST_OBJ_LIBS) \
15         $(top_builddir)/gst/base/libgstbase-@GST_MAJORMINOR@.la
16
17 EXTRA_DIST = README
18 DIST_SUBDIRS= instantiate muxing sched threadstate seeking