aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Lars Hjemli <hjemli@gmail.com>2007-11-06 17:35:07 (JST)
committerGravatar Lars Hjemli <hjemli@gmail.com>2007-11-06 17:38:46 (JST)
commit1ae41a0d1ebf14f03dcf009aff1a79f0d26ad591 (patch)
treea5795678e9e86d267daa33dbb1d3f5375fd99de8
parent55ac326ecb01161bf62865ae3350acf85db97d63 (diff)
downloadcgit-1ae41a0d1ebf14f03dcf009aff1a79f0d26ad591.zip
cgit-1ae41a0d1ebf14f03dcf009aff1a79f0d26ad591.tar.gz
Makefile: link with libiconv if NEEDS_LIBICONV is defined
This seems to be needed to compile on cygwin. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
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 \
19 ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o 19 ui-snapshot.o ui-blob.o ui-tag.o ui-refs.o
20 20
21 21
22ifdef NEEDS_LIBICONV
23 EXTLIBS += -liconv
24endif
25
26
22.PHONY: all git install clean distclean force-version get-git 27.PHONY: all git install clean distclean force-version get-git
23 28
24all: cgit git 29all: cgit git