From 1ae41a0d1ebf14f03dcf009aff1a79f0d26ad591 Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Tue, 6 Nov 2007 09:35:07 +0100 Subject: Makefile: link with libiconv if NEEDS_LIBICONV is defined This seems to be needed to compile on cygwin. Signed-off-by: Lars Hjemli --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile b/Makefile index 6abd82a..dbc34a2 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,11 @@ OBJECTS = shared.o cache.o parsing.o html.o ui-shared.o ui-repolist.o \ ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o +ifdef NEEDS_LIBICONV + EXTLIBS += -liconv +endif + + .PHONY: all git install clean distclean force-version get-git all: cgit git -- cgit v1.2.3-59-g8ed1b