summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index babf5d9..5ce9593 100644
--- a/Makefile
+++ b/Makefile
@@ -68,7 +68,7 @@ build/bin/gateleen-resclone$(BINEXT): \
@echo "\n[\033[34mINFO \033[0m] Linking '$@'"
@mkdir -p $(shell dirname $@)
$(CC) -o $@ $(LDFLAGS) $^ $(LIBSDIR) \
- -larchive -lcurl -lyajl $(LPCREPOSIX) $(LPCRE) \
+ -larchive -lcurl -lcJSON $(LPCREPOSIX) $(LPCRE) \
build/lib/libGateleenResclone$(LIBSEXT): \
build/obj/array/array.o \