]> git.proxmox.com Git - qemu-server.git/blob - PVE/Makefile
pass timeout to qmp open_connection
[qemu-server.git] / PVE / Makefile
1 PERLSOURCE = \
2 QemuServer.pm \
3 QemuMigrate.pm \
4 QMPClient.pm
5
6 .PHONY: install
7 install:
8 install -d ${DESTDIR}${PERLDIR}/PVE
9 install -m 0644 ${PERLSOURCE} ${DESTDIR}${PERLDIR}/PVE/
10 make -C VZDump install
11 make -C API2 install