diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-17 20:06:56 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2003-01-17 20:06:56 +0000 |
commit | af3d8974a6cc0d7e3f8dd886e5fd33cc89612bfa (patch) | |
tree | 36de5b7b781bef7376b28442555deebfc4e4ad56 /src/input | |
parent | 64b7fa4c1008dcf72908e89a89cf6194047fe05a (diff) | |
download | xine-lib-af3d8974a6cc0d7e3f8dd886e5fd33cc89612bfa.tar.gz xine-lib-af3d8974a6cc0d7e3f8dd886e5fd33cc89612bfa.tar.bz2 |
missing mmsh.h
CVS patchset: 3948
CVS date: 2003/01/17 20:06:56
Diffstat (limited to 'src/input')
-rw-r--r-- | src/input/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am index d74c71600..f18a23790 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -128,7 +128,7 @@ xineplug_inp_gnome_vfs_la_LIBADD = $(GNOME_VFS_LIBS) $(XINE_LIB) 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 pnm.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 |