summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 18:15:14 +0100
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2007-06-09 18:15:14 +0100
commit6c4998d733a99fe2f92a4b777571a46b2fde3f91 (patch)
treed7d80be5d34c26c7786ef84ec885ab8da58579da
parent40b6260d4350a6b9c65d4f5dea77c681d86926ab (diff)
downloadxine-lib-6c4998d733a99fe2f92a4b777571a46b2fde3f91.tar.gz
xine-lib-6c4998d733a99fe2f92a4b777571a46b2fde3f91.tar.bz2
Use $(LTLIBICONV) instead of @LIBICONV@.
-rw-r--r--src/input/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index e693b30d6..e6476530b 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -85,7 +85,7 @@ xineplug_inp_net_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
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