summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-12-27 00:53:49 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-12-27 00:53:49 +0000
commiteadff9a874810b5963dd483a044a481c291a6199 (patch)
tree70d99f5a5cd70e9b4026d37f2958d1067166c8b5 /src/input/Makefile.am
parent4b80217cb872335e6f01de22d58fc0778da265c6 (diff)
downloadxine-lib-eadff9a874810b5963dd483a044a481c291a6199.tar.gz
xine-lib-eadff9a874810b5963dd483a044a481c291a6199.tar.bz2
finally - dvb support in xine :)
CVS patchset: 3687 CVS date: 2002/12/27 00:53:49
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r--src/input/Makefile.am9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index d19cf63e5..1304163ab 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -3,9 +3,9 @@
##
if HAVE_DVDNAV
-SUBDIRS = libreal librtsp libdvdread
+SUBDIRS = ost libreal librtsp libdvdread
else
-SUBDIRS = libreal librtsp libdvdread libdvdnav
+SUBDIRS = ost libreal librtsp libdvdread libdvdnav
endif
LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
@@ -48,6 +48,7 @@ lib_LTLIBRARIES = \
$(in_vcd) \
xineplug_inp_mms.la \
xineplug_inp_stdin_fifo.la \
+ xineplug_inp_dvb.la \
xineplug_inp_pnm.la \
xineplug_inp_rtsp.la \
xineplug_inp_net.la
@@ -104,6 +105,10 @@ xineplug_inp_pnm_la_SOURCES = input_pnm.c net_buf_ctrl.c pnm.c
xineplug_inp_pnm_la_LIBADD = $(XINE_LIB)
xineplug_inp_pnm_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_inp_dvb_la_SOURCES = input_dvb.c net_buf_ctrl.c
+xineplug_inp_dvb_la_LIBADD = $(XINE_LIB)
+xineplug_inp_dvb_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+
xineplug_inp_rtsp_la_SOURCES = input_rtsp.c net_buf_ctrl.c
xineplug_inp_rtsp_la_LIBADD = $(XINE_LIB) libreal/libreal.la librtsp/librtsp.la
xineplug_inp_rtsp_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@