]> git.proxmox.com Git - pve-apiclient.git/commitdiff
buildsys: encode prerequisites of install target
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 13:52:46 +0000 (15:52 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 19 May 2023 13:52:46 +0000 (15:52 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Makefile

index cfd29391fbc9843d326c679b57ddde9882879530..cb2c2435c82822dbc65f1f1058ec08391b00e468 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ dsc: $(BUILDSRC)
        cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc
        lintian $(DSC)
 
-install:
+install: PVE/APIClient/Exception.pm PVE/APIClient/LWP.pm examples/*.pl
        install -D -m 0644 PVE/APIClient/LWP.pm $(PERL5DIR)/PVE/APIClient/LWP.pm
        install -m 0644 PVE/APIClient/Exception.pm $(PERL5DIR)/PVE/APIClient/Exception.pm
        install -d -m 755 $(DOCDIR)/examples