X-Git-Url: https://git.proxmox.com/?p=pve-client.git;a=blobdiff_plain;f=Makefile;h=c9bbbbeb1a3500c055a169a16a40434e67a20f2f;hp=d37025b6d408bdde4e8aa9f4484b27b228987040;hb=63c02d8ce73cd687fd260ab086876bb858304a95;hpb=dce6ecbc505f8ea6f1231f5fd1fd9140636d7c2e diff --git a/Makefile b/Makefile index d37025b..c9bbbbe 100644 --- a/Makefile +++ b/Makefile @@ -29,13 +29,16 @@ 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 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.bash-completion + install -D -m 0644 pveclient.bash-completion ${BASHCOMPLDIR}/pveclient pve-api-definition.js: