diff --git a/src/meson.build b/src/meson.build index 3af91c5..ab2d664 100644 --- a/src/meson.build +++ b/src/meson.build @@ -13,7 +13,9 @@ server += files( 'utils/net.c', ) server += files( + 'http/handler.c', 'http/mime.c', 'http/request.c', 'http/response.c', + 'http/types.c', )