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