tests: more LDFLAGS -> LDADD fixes
[platform/upstream/gstreamer.git] / tests / benchmarks / Makefile.am
1 noinst_PROGRAMS = \
2         caps \
3         complexity \
4         controller \
5         init \
6         mass-elements \
7         gstpollstress \
8         gstclockstress  \
9         gstbufferstress
10
11 LDADD = $(GST_OBJ_LIBS)
12 AM_CFLAGS = $(GST_OBJ_CFLAGS)
13
14 controller_CFLAGS  = $(GST_OBJ_CFLAGS) -I$(top_builddir)/libs
15 controller_LDADD = $(top_builddir)/libs/gst/controller/libgstcontroller-@GST_MAJORMINOR@.la $(LDADD)
16