diff options
Diffstat (limited to 'modules/http/http.mk')
-rw-r--r-- | modules/http/http.mk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/http/http.mk b/modules/http/http.mk new file mode 100644 index 0000000..9ce4f0d --- /dev/null +++ b/modules/http/http.mk @@ -0,0 +1,3 @@ +http_SOURCES := http.lua prometheus.lua http_trace.lua +http_INSTALL := $(wildcard modules/http/static/*) +$(call make_lua_module,http) |