]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Makefile
This patch will include storage asynchronous replication.
[pve-storage.git] / PVE / Makefile
index ae2bd35efce19e0d1dc1a0e8b73ad00679502b64..c4075d14013cda7d0e4bd52d07f2e268473d85b7 100644 (file)
@@ -3,6 +3,7 @@
 .PHONY: install
 install:
        install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
+       install -D -m 0644 ReplicationTools.pm ${DESTDIR}${PERLDIR}/PVE/ReplicationTools.pm
        install -D -m 0644 Diskmanage.pm ${DESTDIR}${PERLDIR}/PVE/Diskmanage.pm
        make -C Storage install
        make -C API2 install