X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=Makefile;h=71b56e17f65526e125e81027ff110dfc3f97ed88;hp=8fb26bf7cb1b67ad9d5adeac2493f8ce2a52323e;hb=69aa81b3966c2da1f071a624dc73edcc55268484;hpb=f211e13f7e9e84861841d7172fc9d45c71eb312b diff --git a/Makefile b/Makefile index 8fb26bf..71b56e1 100644 --- a/Makefile +++ b/Makefile @@ -29,11 +29,14 @@ install: pve-api-definition.js install -m 0644 PVE/JSONSchema.pm ${LIB_DIR}/PVE install -m 0644 PVE/RESTHandler.pm ${LIB_DIR}/PVE install -m 0644 PVE/CLIHandler.pm ${LIB_DIR}/PVE + install -m 0644 PVE/PTY.pm ${LIB_DIR}/PVE + install -m 0644 PVE/SectionConfig.pm ${LIB_DIR}/PVE # install pveclient install -D -m 0644 PVE/APIClient/Helpers.pm ${LIB_DIR}/PVE/APIClient/Helpers.pm install -D -m 0644 PVE/APIClient/Config.pm ${LIB_DIR}/PVE/APIClient/Config.pm install -D -m 0644 PVE/APIClient/Commands/remote.pm ${LIB_DIR}/PVE/APIClient/Commands/remote.pm install -D -m 0644 PVE/APIClient/Commands/lxc.pm ${LIB_DIR}/PVE/APIClient/Commands/lxc.pm + install -D -m 0644 PVE/APIClient/Commands/help.pm ${LIB_DIR}/PVE/APIClient/Commands/help.pm install -D -m 0644 pve-api-definition.js ${LIB_DIR}/pve-api-definition.js install -D -m 0755 pveclient ${DESTDIR}/usr/bin/pveclient install -D -m 0644 pveclient.bash-completion ${BASHCOMPLDIR}/pveclient