From 6c4998d733a99fe2f92a4b777571a46b2fde3f91 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 9 Jun 2007 18:15:14 +0100 Subject: Use $(LTLIBICONV) instead of @LIBICONV@. --- src/input/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit v1.2.3