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