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