mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-07-17 08:03:51 +00:00
11 lines
234 B
Makefile
11 lines
234 B
Makefile
PERLSOURCE = \
|
|
QemuServer.pm \
|
|
QemuMigrate.pm \
|
|
QMPClient.pm
|
|
|
|
.PHONY: install
|
|
install:
|
|
install -d ${DESTDIR}${PERLDIR}/PVE
|
|
install -m 0644 ${PERLSOURCE} ${DESTDIR}${PERLDIR}/PVE/
|
|
make -C VZDump install
|
|
make -C API2 install
|