]> git.proxmox.com Git - pve-guest-common.git/blobdiff - Makefile
AbstractMigrate: remove unused obsolete variables
[pve-guest-common.git] / Makefile
index 41064c99daf4be70fceb978ebcdf2d7c50991323..83aaf4154d0746a1dc517921de29e44871594d79 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE=libpve-guest-common-perl
 PKGVER=2.0
-PKGREL=3
+PKGREL=11
 
 DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
 
@@ -25,6 +25,8 @@ install: PVE
        install -m 0644 PVE/AbstractConfig.pm ${PERL5DIR}/PVE/
        install -m 0644 PVE/AbstractMigrate.pm ${PERL5DIR}/PVE/
        install -m 0644 PVE/ReplicationConfig.pm ${PERL5DIR}/PVE/
+       install -m 0644 PVE/ReplicationState.pm ${PERL5DIR}/PVE/
+       install -m 0644 PVE/Replication.pm ${PERL5DIR}/PVE/
        install -d ${PERL5DIR}/PVE/VZDump
        install -m 0644 PVE/VZDump/Plugin.pm ${PERL5DIR}/PVE/VZDump/