Move GstAggregator from -bad to core
[platform/upstream/gstreamer.git] / tests / benchmarks / Makefile.am
1 if !GST_DISABLE_GST_DEBUG
2 TRACER_BENCH = tracerserialize
3 else
4 TRACER_BENCH =
5 endif
6
7 noinst_PROGRAMS = \
8         caps \
9         capsnego \
10         complexity \
11         controller \
12         init \
13         mass-elements \
14         gstpollstress \
15         gstpoolstress \
16         gstclockstress  \
17         gstbufferstress \
18         $(TRACER_BENCH)
19
20 LDADD = $(GST_OBJ_LIBS)
21 AM_CFLAGS = $(GST_OBJ_CFLAGS)
22
23 controller_CFLAGS  = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
24 controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_API_VERSION@.la $(LDADD)
25