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