From f153d685d103c87488bda1d4c6cf7984695a1aa7 Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Wed, 29 Jul 2026 10:45:02 +0200 Subject: [PATCH] add dependency for http.o to config.mk --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 29836eb..e810029 100644 --- a/Makefile +++ b/Makefile @@ -129,7 +129,7 @@ base64.o: base64.h base64.c $(CC) $(CFLAGS) -Wno-unused-result -Wno-uninitialized -c base64.c gcache.o: gcache.c gcache.h json.h misc.o: misc.c misc.h udata.h -http.o: http.c mongoose.h util.h http.h storage.h version.h hooks.h +http.o: http.c mongoose.h util.h http.h storage.h version.h hooks.h config.mk Makefile util.o: util.c util.h mongoose.o: mongoose.c mongoose.h ocat.o: ocat.c storage.h util.h version.h config.mk Makefile