]> git.proxmox.com Git - pve-client.git/blobdiff - Makefile
copy Tools.pm from pve-common
[pve-client.git] / Makefile
index 0e11af52d418a0ddc7ac9a39d6dfc7cdb815ae8d..0529606021338693df868120df91ac7f68dd674f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ DOCDIR=${DESTDIR}/usr/share/doc/${PACKAGE}
 BASHCOMPLDIR=${DESTDIR}/usr/share/bash-completion/completions/
 
 PVE_COMMON_FILES=              \
+       Tools.pm                \
+       Syscall.pm              \
        CLIHandler.pm           \
        JSONSchema.pm           \
        PTY.pm                  \
@@ -20,7 +22,6 @@ PVE_COMMON_FILES=             \
        SectionConfig.pm        \
 
 PVE_CLIENT_SOURCES=                            \
-       PVE/APIClient/Tools.pm                  \
        PVE/APIClient/Helpers.pm                \
        PVE/APIClient/Config.pm                 \
        PVE/APIClient/Commands/remote.pm        \