summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-18 00:59:29 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-05-18 00:59:29 +0100
commit9967f3de4643ff3d65decbe813a93fc6e482235e (patch)
treece9041509688bfd8274609628ef8333599d68932 /src
parent7d1dc2ac6742183a79680dfae90c391cdd5e359b (diff)
downloadxine-lib-9967f3de4643ff3d65decbe813a93fc6e482235e.tar.gz
xine-lib-9967f3de4643ff3d65decbe813a93fc6e482235e.tar.bz2
Add summary info for vdr; build plugins if DVB is enabled (no point otherwise).
Valid so long as remote vdr support is not present (a patch exists for this).
Diffstat (limited to 'src')
-rw-r--r--src/vdr/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am
index 44af6078b..fcdf6cae4 100644
--- a/src/vdr/Makefile.am
+++ b/src/vdr/Makefile.am
@@ -5,8 +5,10 @@ AM_LDFLAGS = $(xineplug_ldflags)
xineinclude_HEADERS = input_vdr.h
+if ENABLE_DVB
xineplug_LTLIBRARIES = xineplug_inp_vdr.la
xinepost_LTLIBRARIES = xineplug_post_vdr.la
+endif
xineplug_inp_vdr_la_SOURCES = input_vdr.c
xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS)