examples: link testrtpool to pthreads

Fixes #686787
This commit is contained in:
Руслан Ижбулатов 2012-10-24 16:13:34 +04:00 committed by Sebastian Dröge
parent e683cf0596
commit bbc908795b

View file

@ -128,3 +128,6 @@ TESTS = bin \
ghostpad init
noinst_PROGRAMS = $(EXAMPLES)
testrtpool_LDADD = $(GST_OBJ_LIBS) $(PTHREAD_LIBS)
testrtpool_CFLAGS = $(GST_OBJ_CFLAGS) $(PTHREAD_CFLAGS)