X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=a56e3cbb3e10e2ce128cef7c2ca61e6d9bc265e7;hb=a3bb607024a881409a835324e277ac69571049cb;hp=bd4085b8453db0b50ab4c733a33fab60bdf22781;hpb=d82180013b8f9074fc36aa740accadd36170f760;p=pve-http-server.git diff --git a/Makefile b/Makefile index bd4085b..a56e3cb 100644 --- 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}