diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-21 16:08:56 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2003-10-21 16:08:56 +0000 |
commit | bbbee313f47ba9670b3c812771aa8a350d7ec755 (patch) | |
tree | 9402d61191884fb7d392698fe7db16df79531214 /src | |
parent | 857d53879b1e718bc1a2736e9780d97d96dd9cbb (diff) | |
download | xine-lib-bbbee313f47ba9670b3c812771aa8a350d7ec755.tar.gz xine-lib-bbbee313f47ba9670b3c812771aa8a350d7ec755.tar.bz2 |
fix forgotten vcdx -> vcd renaming
CVS patchset: 5563
CVS date: 2003/10/21 16:08:56
Diffstat (limited to 'src')
-rw-r--r-- | src/input/vcd/Makefile.am | 2 |
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) |