diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2003-12-04 22:43:18 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2003-12-04 22:43:18 +0000 |
commit | b529e4b1f1668c03d3cb35c0c742f301b8c415db (patch) | |
tree | f5a25f8244d16e8c7a2d87c0551326b6579f518d /src | |
parent | 525fd5817155bf9c0ba37ebff6f7ebcd05dddb02 (diff) | |
download | xine-lib-b529e4b1f1668c03d3cb35c0c742f301b8c415db.tar.gz xine-lib-b529e4b1f1668c03d3cb35c0c742f301b8c415db.tar.bz2 |
Adjusting Makefile.
CVS patchset: 5843
CVS date: 2003/12/04 22:43:18
Diffstat (limited to 'src')
-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 dfa6c631f..b644e6494 100644 --- a/src/input/Makefile.am +++ b/src/input/Makefile.am @@ -76,7 +76,7 @@ xineplug_inp_net_la_SOURCES = input_net.c net_buf_ctrl.c xineplug_inp_net_la_LIBADD = $(XINE_LIB) xineplug_inp_net_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ -xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c +xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c http_helper.c xineplug_inp_mms_la_LIBADD = $(XINE_LIB) @LIBICONV@ xineplug_inp_mms_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@ |