]> git.proxmox.com Git - qemu-server.git/blame - PVE/Makefile
nbd mirror: no need applying full regex on volid string anymore
[qemu-server.git] / PVE / Makefile
CommitLineData
26f11676
DM
1PERLSOURCE = \
2 QemuServer.pm \
3 QemuMigrate.pm \
ffda963f
FG
4 QMPClient.pm \
5 QemuConfig.pm
1e3baf05
DM
6
7.PHONY: install
8install:
26f11676
DM
9 install -d ${DESTDIR}${PERLDIR}/PVE
10 install -m 0644 ${PERLSOURCE} ${DESTDIR}${PERLDIR}/PVE/
1e3baf05 11 make -C VZDump install
f3e76e36
DM
12 make -C API2 install
13 make -C CLI install
a0649da2 14 make -C QemuServer install