From 89cd0a7d98639ffb6692bd17fb0918af444ec664 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Sat, 29 Aug 2015 15:41:07 +0200 Subject: [PATCH] add http --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5a6f8c5..0ab88ba 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ endif ifeq ($(HAVE_HTTP),yes) CFLAGS += -DHAVE_HTTP=1 - OTR_OBJS += mongoose.o + OTR_OBJS += mongoose.o http.o LIBS += -lssl endif @@ -42,6 +42,7 @@ ghash.o: ghash.h ghash.c config.h udata.h misc.h Makefile config.mk safewrite.o: safewrite.h safewrite.c jget.o: jget.c jget.h json.h Makefile config.mk misc.o: misc.c misc.h udata.h Makefile config.mk +http.o: http.c mongoose.h util.h http.h util.o: util.c util.h Makefile config.mk ocat: ocat.o storage.o json.o geohash.o ghash.o mkpath.o util.o