# HG changeset patch # User Darren Salt <[EMAIL PROTECTED]> # Date 1181409314 -3600 # Node ID 0321cc278ff250a2ac0f82755f86eaf00599f221 # Parent 371141f3b022a8d9ba8b545fd8e7a6766152b1e7 Use $(LTLIBICONV) instead of @[EMAIL PROTECTED]
diff -r 0321cc278ff250a2ac0f82755f86eaf00599f221 -r 371141f3b022a8d9ba8b545fd8e7a6766152b1e7 src/input/Makefile.am --- a/src/input/Makefile.am Sat Jun 09 18:15:14 2007 +0100 +++ b/src/input/Makefile.am Sat Jun 09 18:14:42 2007 +0100 @@ -85,7 +85,7 @@ xineplug_inp_net_la_LDFLAGS = -avoid-ver xineplug_inp_net_la_LDFLAGS = -avoid-version -module xineplug_inp_mms_la_SOURCES = input_mms.c net_buf_ctrl.c mms.c mmsh.c http_helper.c ../demuxers/asfheader.c -xineplug_inp_mms_la_LIBADD = $(XINE_LIB) @LIBICONV@ $(PTHREAD_LIBS) $(LTLIBINTL) +xineplug_inp_mms_la_LIBADD = $(XINE_LIB) $(LTLIBICONV) $(PTHREAD_LIBS) $(LTLIBINTL) xineplug_inp_mms_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) xineplug_inp_mms_la_LDFLAGS = -avoid-version -module ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Xine-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-cvslog
