From 4be49476b61e84bba17ac7b781b5fa7f8d36dd2b Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Mon, 21 Oct 2002 18:47:01 +0000 Subject: [PATCH] Don't use subdir libcharset if libiconv is used. --- utf8/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utf8/Makefile.am b/utf8/Makefile.am index 337c52f..97689ed 100644 --- a/utf8/Makefile.am +++ b/utf8/Makefile.am @@ -2,13 +2,13 @@ # $Id$ # $Name$ -SUBDIRS = libcharset . +SUBDIRS = @LCS_SUBDIRS@ . -INCLUDES = -I $(srcdir)/libcharset +INCLUDES = @LCS_INCLUDES@ 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 = libcharset/libcharset.la +libutf8_la_LIBADD = @LCS_LIBADD@ noinst_HEADERS = utf8-locale.h -- 2.30.2