This commit is contained in:
Jan-Piet Mens 2015-08-29 15:41:07 +02:00
parent d5a9b8d650
commit 89cd0a7d98

View File

@ -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