summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorGuenter Bartsch <guenter@users.sourceforge.net>2002-11-07 23:05:01 +0000
committerGuenter Bartsch <guenter@users.sourceforge.net>2002-11-07 23:05:01 +0000
commita8a8402e10cc8ef510ee6d09b11fbe0958d2310c (patch)
treef2cdb37577fa5ad919abe44198f58cc1eb5c6c52 /src/input/Makefile.am
parentdda7e4ace7ca4a874962c9f39223b4af676a76eb (diff)
downloadxine-lib-a8a8402e10cc8ef510ee6d09b11fbe0958d2310c.tar.gz
xine-lib-a8a8402e10cc8ef510ee6d09b11fbe0958d2310c.tar.bz2
return of the stdin plugin
CVS patchset: 3200 CVS date: 2002/11/07 23:05:01
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r--src/input/Makefile.am9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index b68754887..5e6a73c35 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -44,7 +44,8 @@ lib_LTLIBRARIES = \
xineplug_inp_file.la \
xineplug_inp_http.la \
$(in_dvd) \
- xineplug_inp_mms.la
+ xineplug_inp_mms.la \
+ xineplug_inp_stdin_fifo.la
#lib_LTLIBRARIES = \
# $(in_cda) \
@@ -78,9 +79,9 @@ xineplug_inp_mms_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
#xineplug_inp_vcd_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
#xineplug_inp_vcd_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
-#xineplug_inp_stdin_fifo_la_SOURCES = input_stdin_fifo.c net_buf_ctrl.c
-#xineplug_inp_stdin_fifo_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
-#xineplug_inp_stdin_fifo_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
+xineplug_inp_stdin_fifo_la_SOURCES = input_stdin_fifo.c net_buf_ctrl.c
+xineplug_inp_stdin_fifo_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la
+xineplug_inp_stdin_fifo_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
#xineplug_inp_rtp_la_SOURCES = input_rtp.c
#xineplug_inp_rtp_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la