diff options
| author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 11:10:50 +0000 |
|---|---|---|
| committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-01-29 11:10:50 +0000 |
| commit | 098a9e1144f620e3d975648920384d233dd85ed1 (patch) | |
| tree | ccc698aa4ef38b140a74671c15fc7ebdbbdc3420 /src/input/Makefile.am | |
| parent | aa531ef1fc9c69a8468746d1c5d2e8c6aab2d03a (diff) | |
| download | xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.gz xine-lib-098a9e1144f620e3d975648920384d233dd85ed1.tar.bz2 | |
auto* fix: pass 1
CVS patchset: 4036
CVS date: 2003/01/29 11:10:50
Diffstat (limited to 'src/input/Makefile.am')
| -rw-r--r-- | src/input/Makefile.am | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index b669f0d07..55de55d81 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -2,6 +2,8 @@ ## Process this file with automake to produce Makefile.in ## +EXTRA_DIST = input_dvd.c input_vcd.c input_gnome_vfs.c input_rtp.c + if HAVE_DVDNAV SUBDIRS = dvb libreal librtsp libdvdread else @@ -109,10 +111,6 @@ xineplug_inp_http_la_SOURCES = input_http.c net_buf_ctrl.c xineplug_inp_http_la_LIBADD = $(XINE_LIB) xineplug_inp_http_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -#xineplug_inp_cda_la_SOURCES = input_cda.c -#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@ @@ -140,8 +138,6 @@ xineplug_inp_gnome_vfs_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 -EXTRA_DIST = input_dvd.c input_vcd.c input_gnome_vfs.c - $(XINE_LIB): @cd $(top_builddir)/src/xine-engine && $(MAKE) |
