From 3ebd29271aee0665b759a7ba48fb3a343282fd0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Reinhard=20Ni=C3=9Fl?= Date: Tue, 1 Jan 2008 10:35:07 +0100 Subject: Implement --enable-vdr for configure. Previously, the vdr plugins were only built when DVB was enabled, but I think it would be nice to allow to build them even on non Linux OS'. --- src/vdr/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index cfbd86be0..fe5ae3a52 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -3,7 +3,7 @@ include $(top_srcdir)/misc/Makefile.common AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) AM_LDFLAGS = $(xineplug_ldflags) -if ENABLE_DVB +if ENABLE_VDR xineplug_LTLIBRARIES = xineplug_vdr.la endif -- cgit v1.2.3