From 62ee3ef1ca13872e1f9b07f6e4e53cea8b684d72 Mon Sep 17 00:00:00 2001 From: Xavier Del Campo Romero Date: Thu, 12 Feb 2026 17:58:06 +0100 Subject: Replace Makefile with configure script Since libweb depends on dynstr, this dependency can be already available on the system, and therefore the CFLAGS and LDFLAGS should be updated according to pkg-config(1), rather than hardcoding them to the source tree. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a9aba1d..b8e0d43 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ examples/headers/headers examples/hello/hello examples/html/html examples/put/put +/Makefile -- cgit v1.2.3