buildsys: include defines.mk in pve-rs and pmg-rs

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2022-11-15 13:06:47 +01:00
parent 3c86999734
commit 807651bc7b
3 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,7 @@ build:
cp -a ./pve-rs ./build
cp -a ./pmg-rs ./build
cp -a ./Proxmox ./build
cp defines.mk ./build
$(MAKE) BUILD_MODE=release -C build -f ../Makefile gen
mkdir -p ./build/pve-rs/Proxmox/Lib
mv ./build/Proxmox/Lib/PVE.pm ./build/pve-rs/Proxmox/Lib/PVE.pm

View File

@ -1,3 +1,4 @@
include ../defines.mk
include /usr/share/dpkg/default.mk
PACKAGE=libpmg-rs-perl

View File

@ -1,3 +1,4 @@
include ../defines.mk
include /usr/share/dpkg/default.mk
PACKAGE=libpve-rs-perl