]> git.proxmox.com Git - pve-storage.git/blob - PVE/API2/Disks/Makefile
add API for LVMThin management
[pve-storage.git] / PVE / API2 / Disks / Makefile
1
2 SOURCES= LVM.pm\
3 LVMThin.pm
4
5 .PHONY: install
6 install:
7 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Disks/$$i; done