]> git.proxmox.com Git - pve-http-server.git/blobdiff - Makefile
move read_proxy_conf from PVE::API2Tools to new Utils module
[pve-http-server.git] / Makefile
index 5c5b0884b6ac856218d7a1514cde4adb0f79911f..e23ee976e308378cc017b3ae76faecc43dcb7cc2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -57,6 +57,7 @@ install: ${BTDATA}
        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 -m 0644 PVE/APIServer/Utils.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