X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=0529606021338693df868120df91ac7f68dd674f;hb=50d8425652ad9c169170b02ed7c5df0813fbb0b3;hp=0e11af52d418a0ddc7ac9a39d6dfc7cdb815ae8d;hpb=b40074253447b60e2afad198872315e448da18f1;p=pve-client.git diff --git a/Makefile b/Makefile index 0e11af5..0529606 100644 --- 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 \