diff --git a/Makefile b/Makefile index a74c0bcc..f829671c 100644 --- a/Makefile +++ b/Makefile @@ -115,6 +115,9 @@ install: $(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/http $(INSTALL) lua/apisix/http/*.lua $(INST_LUADIR)/apisix/lua/apisix/http/ + $(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/http/router + $(INSTALL) lua/apisix/http/router/*.lua $(INST_LUADIR)/apisix/lua/apisix/http/router + $(INSTALL) -d $(INST_LUADIR)/apisix/lua/apisix/plugins/prometheus/ $(INSTALL) lua/apisix/plugins/prometheus/*.lua $(INST_LUADIR)/apisix/lua/apisix/plugins/prometheus/