]> git.proxmox.com Git - proxmox-backup.git/commitdiff
Makefile: copy zstd-sys into build
authorDietmar Maurer <dietmar@proxmox.com>
Thu, 7 Mar 2019 11:57:04 +0000 (12:57 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Thu, 7 Mar 2019 11:57:04 +0000 (12:57 +0100)
Makefile

index eb845e39d534f783bbed7dbe0f12c64ede62b576..94bd4bed1baede7f853e6b60702479a80721e7a4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -59,7 +59,7 @@ build:
        rm -rf build
        cargo build --release
        rsync -a debian Makefile defines.mk Cargo.toml Cargo.lock \
-           src proxmox-protocol $(SUBDIRS) \
+           src proxmox-protocol zstd-sys $(SUBDIRS) \
            target build/
        $(foreach i,$(SUBDIRS), \
            $(MAKE) -C build/$(i) clean ;)