]> git.proxmox.com Git - pve-manager.git/blame - PVE/API2/Ceph/Makefile
api: ceph: add ceph/cfg path, deprecate ceph/config and ceph/configdb
[pve-manager.git] / PVE / API2 / Ceph / Makefile
CommitLineData
b82649cc
TL
1include ../../../defines.mk
2
3PERLSOURCE= \
26cf20bc 4 Cfg.pm \
4fec2764 5 MGR.pm \
98fe93ae 6 MON.pm \
79fa41a2 7 OSD.pm \
7e1a9d25 8 FS.pm \
b2e005d7 9 Pool.pm \
56d02a86 10 Pools.pm \
b82649cc
TL
11 MDS.pm
12
13all:
14
15.PHONY: clean
16clean:
17 rm -rf *~
18
19.PHONY: install
20install: ${PERLSOURCE}
21 install -d ${PERLLIBDIR}/PVE/API2/Ceph
22 install -m 0644 ${PERLSOURCE} ${PERLLIBDIR}/PVE/API2/Ceph