summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/input/vcd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am
index 1b1337540..cd5656839 100644
--- a/src/input/vcd/Makefile.am
+++ b/src/input/vcd/Makefile.am
@@ -13,7 +13,7 @@ lib_LTLIBRARIES = xineplug_inp_vcd.la
AM_CFLAGS = $(LIBCDIO_CFLAGS) $(LIBVCD_CFLAGS)
-xineplug_inp_vcd_la_SOURCES = $(vcdx_SRCS)
+xineplug_inp_vcd_la_SOURCES = $(vcd_SRCS)
xineplug_inp_vcd_la_LDFLAGS = -avoid-version -module
if HAVE_VCDNAV
xineplug_inp_vcd_la_LIBADD = $(XINE_LIB) $(LIBVCDINFO_LIBS)