examples: link testrtpool to pthreads
authorРуслан Ижбулатов <lrn1986@gmail.com>
Wed, 24 Oct 2012 12:13:34 +0000 (16:13 +0400)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 24 Oct 2012 12:25:25 +0000 (14:25 +0200)
Fixes #686787

tests/examples/manual/Makefile.am

index dec8a3f..30ac1b4 100644 (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)