From 9967f3de4643ff3d65decbe813a93fc6e482235e Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 18 May 2007 00:59:29 +0100 Subject: 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). --- src/vdr/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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) -- cgit v1.2.3