]> git.proxmox.com Git - qemu-server.git/blobdiff - PVE/Makefile
migrate: read mtunnel version
[qemu-server.git] / PVE / Makefile
index 232c881efff2a332cb96cdfce45ec28c933fd2c4..2c800f66f8dda84c053cde21873a00a4c6076f39 100644 (file)
@@ -1,11 +1,14 @@
 PERLSOURCE =                   \
        QemuServer.pm           \
        QemuMigrate.pm          \
-       QMPClient.pm
+       QMPClient.pm            \
+       QemuConfig.pm
 
 .PHONY: install
 install:
        install -d ${DESTDIR}${PERLDIR}/PVE
        install -m 0644 ${PERLSOURCE} ${DESTDIR}${PERLDIR}/PVE/
        make -C VZDump install
-       make -C API2 install
\ No newline at end of file
+       make -C API2 install
+       make -C CLI install
+       make -C QemuServer install