diff options
| author | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-23 00:04:32 +0000 |
|---|---|---|
| committer | Guenter Bartsch <guenter@users.sourceforge.net> | 2002-11-23 00:04:32 +0000 |
| commit | 66bc2485c686512d1dab29fa93d373f4fe4c0703 (patch) | |
| tree | a7b3ce1631329c11ba0589525836c42571181e8e /src/input/Makefile.am | |
| parent | 269a543c621bcb233633364c0b676a54edb5077d (diff) | |
| download | xine-lib-66bc2485c686512d1dab29fa93d373f4fe4c0703.tar.gz xine-lib-66bc2485c686512d1dab29fa93d373f4fe4c0703.tar.bz2 | |
pnm protocol input plugin
CVS patchset: 3347
CVS date: 2002/11/23 00:04:32
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index a8974e46a..a5d301066 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -47,7 +47,8 @@ lib_LTLIBRARIES = \ $(in_dvd) \ $(in_vcd) \ xineplug_inp_mms.la \ - xineplug_inp_stdin_fifo.la + xineplug_inp_stdin_fifo.la \ + xineplug_inp_pnm.la #lib_LTLIBRARIES = \ # $(in_cda) \ @@ -97,8 +98,12 @@ xineplug_inp_http_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ #xineplug_inp_cda_la_LIBADD = $(XINE_LIB) #xineplug_inp_cda_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ +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@ + include_HEADERS = input_plugin.h -noinst_HEADERS = net_buf_ctrl.h mms.h +noinst_HEADERS = net_buf_ctrl.h mms.h pnm.h EXTRA_DIST = input_dvd.c input_vcd.c |
