]> git.proxmox.com Git - qemu-server.git/blob - PVE/Makefile
disable vnc server and add -nographic is no vga card is present
[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
12 make -C CLI install