]> git.proxmox.com Git - pve-storage.git/blob - PVE/API2/Storage/Makefile
renamed: PVE/API2/StorageReplication.pm -> PVE/API2/Storage/Replication.pm
[pve-storage.git] / PVE / API2 / Storage / Makefile
1
2 SOURCES= Content.pm Status.pm Config.pm Scan.pm Replication.pm
3
4 .PHONY: install
5 install:
6 for i in ${SOURCES}; do install -D -m 0644 $$i ${DESTDIR}${PERLDIR}/PVE/API2/Storage/$$i; done