summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 02:26:14 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-17 02:26:14 +0100
commitbad617620b00eeaed9ea9bcf79737292c17b03e2 (patch)
treee022f04974908315fc59f2d2c616e35cc852fa4e /src
parentfe0a71e0210d7c47cebcae1cd206ea8a2413063d (diff)
downloadxine-lib-bad617620b00eeaed9ea9bcf79737292c17b03e2.tar.gz
xine-lib-bad617620b00eeaed9ea9bcf79737292c17b03e2.tar.bz2
Link the vdr input plugin with pthread.
Diffstat (limited to 'src')
-rw-r--r--src/vdr/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am
index 665888b2c..b09c86487 100644
--- a/src/vdr/Makefile.am
+++ b/src/vdr/Makefile.am
@@ -4,7 +4,7 @@ xineplug_LTLIBRARIES = xineplug_inp_vdr.la
xinepost_LTLIBRARIES = xineplug_post_vdr.la
xineplug_inp_vdr_la_SOURCES = input_vdr.c
-xineplug_inp_vdr_la_LIBADD = $(XINE_LIB)
+xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS)
xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags)
xineinclude_HEADERS = input_vdr.h