From bbc908795b23758fa7a7ae3d682ac2f2fcebcd0b Mon Sep 17 00:00:00 2001 From: =?utf8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?= =?utf8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= Date: Wed, 24 Oct 2012 16:13:34 +0400 Subject: [PATCH] examples: link testrtpool to pthreads Fixes #686787 --- tests/examples/manual/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/examples/manual/Makefile.am b/tests/examples/manual/Makefile.am index dec8a3f..30ac1b4 100644 --- a/tests/examples/manual/Makefile.am +++ b/tests/examples/manual/Makefile.am @@ -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) -- 2.7.4