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