mirror of
https://github.com/owntracks/recorder.git
synced 2024-11-15 09:58:40 -07:00
add http
This commit is contained in:
parent
d5a9b8d650
commit
89cd0a7d98
3
Makefile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user