]> git.proxmox.com Git - pve-guest-common.git/blobdiff - Makefile
d/control: add (build-)depends on libpve-cluster-perl
[pve-guest-common.git] / Makefile
index 213edbf7cc0a141ebdb14938882b262b40386630..79653effa509789d24190f745b9164007f6481aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,4 @@
 include /usr/share/dpkg/pkg-info.mk
-include /usr/share/dpkg/architecture.mk
 
 PACKAGE=libpve-guest-common-perl
 
@@ -42,6 +41,11 @@ install: PVE
        install -m 0644 PVE/Replication.pm ${PERL5DIR}/PVE/
        install -d ${PERL5DIR}/PVE/VZDump
        install -m 0644 PVE/VZDump/Plugin.pm ${PERL5DIR}/PVE/VZDump/
+       install -m 0644 PVE/VZDump/Common.pm ${PERL5DIR}/PVE/VZDump/
+
+.PHONY: check
+check:
+       $(MAKE) -C tests check
 
 .PHONY: upload
 upload: ${DEB}