]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Makefile
Linux LIO/targetcli support
[pve-storage.git] / PVE / Makefile
index ae63b2c4a19ce278009b5d4d57f28daa75ad41de..ae2bd35efce19e0d1dc1a0e8b73ad00679502b64 100644 (file)
@@ -3,4 +3,7 @@
 .PHONY: install
 install:
        install -D -m 0644 Storage.pm ${DESTDIR}${PERLDIR}/PVE/Storage.pm
-       make -C API2 install
\ No newline at end of file
+       install -D -m 0644 Diskmanage.pm ${DESTDIR}${PERLDIR}/PVE/Diskmanage.pm
+       make -C Storage install
+       make -C API2 install
+       make -C CLI install