From f4d5de3d0d3ffb5e83084719ae8b059804874deb Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Wed, 23 Oct 2002 16:56:06 +0000 Subject: [PATCH] Only link in libcharset when libiconv is not used. --- utf8/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utf8/Makefile.am b/utf8/Makefile.am index 97689ed..7fe0f73 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -9,6 +9,5 @@ CFLAGS = -g -O2 -W -Wall -pedantic -Wno-long-long noinst_LTLIBRARIES = libutf8.la libutf8_la_SOURCES = utf8-locale.c -libutf8_la_LDFLAGS = $(LIBICONV) -libutf8_la_LIBADD = @LCS_LIBADD@ +libutf8_la_LIBADD = @LCS_LIBADD@ $(LIBICONV) noinst_HEADERS = utf8-locale.h -- 2.30.2