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