commit 105ab090c838e6c20501ddaf15e7ad2c50079231
parent 3aba4217e755998f4246325fdf0590535fd80f59
Author: Yersa Nordman <yersa@finwo.nl>
Date: Sun, 21 May 2023 23:27:38 +0200
Added exports and config.mk
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/config.mk b/config.mk
@@ -0,0 +1 @@
+SRC+=__DIRNAME/src/http-server.c
diff --git a/package.ini b/package.ini
@@ -1,6 +1,11 @@
[dependencies]
finwo/http-parser=https://github.com/finwo/http-parser/archive/refs/tags/edge.tar.gz
tidwall/evio=https://raw.githubusercontent.com/finwo/dep-repository/main/tidwall/evio/package.ini
+
[package]
deps=lib
name=finwo/http-parser
+
+[export]
+config.mk=config.mk
+include/finwo/http-server.h=src/http-server.h