summaryrefslogtreecommitdiff
path: root/src/input/vcd
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-06 15:31:01 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-06 15:31:01 +0200
commitd4c9af94f21cd575bd57da36d489d37812a5610e (patch)
tree87f81a8a32eaa8724df98353dc04de5ccfef2b00 /src/input/vcd
parent66f1aca41a4ff7668e5c21f59c3b2170d3d265e7 (diff)
downloadxine-lib-d4c9af94f21cd575bd57da36d489d37812a5610e.tar.gz
xine-lib-d4c9af94f21cd575bd57da36d489d37812a5610e.tar.bz2
Use xineplug_LTLIBRARIES wherever possible.
Diffstat (limited to 'src/input/vcd')
-rw-r--r--src/input/vcd/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/vcd/Makefile.am b/src/input/vcd/Makefile.am
index 98903aac8..16eece779 100644
--- a/src/input/vcd/Makefile.am
+++ b/src/input/vcd/Makefile.am
@@ -2,14 +2,12 @@ include $(top_srcdir)/misc/Makefile.common
SUBDIRS = libcdio libvcd
-libdir = $(XINE_PLUGINDIR)
-
vcd_SRCS = xineplug_inp_vcd.c vcdplayer.c vcdio.c xine-extra.c
EXTRA_DIST = $(vcd_SRCS)
if ENABLE_VCD
-lib_LTLIBRARIES = xineplug_inp_vcd.la
+xineplug_LTLIBRARIES = xineplug_inp_vcd.la
AM_CFLAGS = $(LIBCDIO_CFLAGS) $(LIBVCD_CFLAGS)