summaryrefslogtreecommitdiff
path: root/src/input/vcd/Makefile.am
blob: deb30e78fb2daed56132b3ea6297cc5b94398f90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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

AM_CFLAGS = $(LIBCDIO_CFLAGS) $(LIBVCD_CFLAGS)

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)
else
xineplug_inp_vcd_la_LIBADD = $(XINE_LIB) $(LIBVCD_LIBS) $(LIBVCDINFO_LIBS)
endif

endif

noinst_HEADERS = vcdio.h vcdplayer.h xine-extra.h