Unidiff1 files changed, 5 insertions, 0 deletions
|
diff --git a/Makefile b/Makefile index 27e966d..685e662 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 | |
| |
22 | ifdef NEEDS_LIBICONV |
| |
23 | EXTLIBS += -liconv |
| |
24 | endif |
| |
25 | |
| |
26 | |
22 | .PHONY: all git install clean distclean emptycache force-version get-git |
27 | .PHONY: all git install clean distclean emptycache force-version get-git |
23 | |
28 | |
24 | all: cgit git |
29 | all: cgit git |
|