diff options
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r-- | src/input/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index 55de55d81..c64c944e2 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -63,6 +63,7 @@ lib_LTLIBRARIES = \ xineplug_inp_pnm.la \ xineplug_inp_rtsp.la \ xineplug_inp_net.la \ + xineplug_inp_pvr.la \ xineplug_inp_dvb.la \ xineplug_inp_cdda.la @@ -135,6 +136,10 @@ xineplug_inp_gnome_vfs_la_SOURCES = input_gnome_vfs.c xineplug_inp_gnome_vfs_la_LIBADD = $(GNOME_VFS_LIBS) $(XINE_LIB) xineplug_inp_gnome_vfs_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +xineplug_inp_pvr_la_SOURCES = input_pvr.c +xineplug_inp_pvr_la_LIBADD = $(XINE_LIB) +xineplug_inp_pvr_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ + include_HEADERS = input_plugin.h noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h |