]> git.proxmox.com Git - pve-client.git/blobdiff - Makefile
rename start.pm to GuestStatus.pm, implement stop command
[pve-client.git] / Makefile
index 6aa2d4cb1c94f713e71dd29457fc601c779632a8..7daa42836582716cd0abf6d03b6342ef7ca921b8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,6 +36,7 @@ install:  pve-api-definition.dat
        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/GuestStatus.pm ${LIB_DIR}/PVE/APIClient/Commands/GuestStatus.pm
        install -D -m 0644 pve-api-definition.dat ${LIB_DIR}/pve-api-definition.dat
        install -D -m 0755 pveclient ${DESTDIR}/usr/bin/pveclient
        install -D -m 0644 pveclient.bash-completion ${BASHCOMPLDIR}/pveclient