]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
add new hook function to generate CSRF token
[pve-http-server.git] / Makefile
index bd4085b8453db0b50ab4c733a33fab60bdf22781..a56e3cbb3e10e2ce128cef7c2ca61e6d9bc265e7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -20,8 +20,14 @@ deb ${DEB}:
        lintian ${DEB}
 
 install:
-       install -d -m 755 ${PERL5DIR}/PVE/
-       install -m 0644 PVE/AsyncHTTPServer.pm ${PERL5DIR}/PVE
+       install -d -m 755 ${PERL5DIR}/PVE/APIServer
+       install -m 0644 PVE/APIServer/AnyEvent.pm ${PERL5DIR}/PVE/APIServer
+       install -m 0644 PVE/APIServer/Formatter.pm ${PERL5DIR}/PVE/APIServer
+       install -d -m 755 ${PERL5DIR}/PVE/APIServer/Formatter
+       install -m 0644 PVE/APIServer/Formatter/Standard.pm ${PERL5DIR}/PVE/APIServer/Formatter
+       install -m 0644 PVE/APIServer/Formatter/Bootstrap.pm ${PERL5DIR}/PVE/APIServer/Formatter
+       install -m 0644 PVE/APIServer/Formatter/HTML.pm ${PERL5DIR}/PVE/APIServer/Formatter
+
 
 .PHONY: upload
 upload: ${DEB}