Git init
[framework/multimedia/gstreamer0.10.git] / tests / benchmarks / Makefile.am
1 noinst_PROGRAMS = \
2         caps \
3         capsnego \
4         complexity \
5         controller \
6         init \
7         mass-elements \
8         gstpollstress \
9         gstclockstress  \
10         gstbufferstress
11
12 LDADD = $(GST_OBJ_LIBS)
13 AM_CFLAGS = $(GST_OBJ_CFLAGS)
14
15 controller_CFLAGS  = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
16 controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la $(LDADD)
17