]> git.proxmox.com Git - pve-cluster.git/commitdiff
buildsys: add libpve-notify-perl package to $(LIB_DEB) variable
authorLukas Wagner <l.wagner@proxmox.com>
Mon, 24 Jul 2023 13:29:52 +0000 (15:29 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 25 Jul 2023 07:21:30 +0000 (09:21 +0200)
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
[w.bumiller@proxmox.com: add missing '_all' suffix
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
Makefile

index 3c4ecec7f1f7cec58303e96befeba403e1127651..20cb80604a44f176477851ae4d70a455f0408d4b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ GITVERSION:=$(shell git rev-parse HEAD)
 DEB=$(PACKAGE)_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
 LIB_DEB  = libpve-cluster-perl_$(DEB_VERSION)_all.deb
 LIB_DEB += libpve-cluster-api-perl_$(DEB_VERSION)_all.deb
+LIB_DEB += libpve-notify-perl_$(DEB_VERSION)_all.deb
 DBG_DEB=$(PACKAGE)-dbgsym_$(DEB_VERSION)_$(DEB_BUILD_ARCH).deb
 
 DEBS = $(DEB) $(DBG_DEB) $(LIB_DEB)