From: Thomas Lamprecht Date: Sat, 12 Nov 2022 14:40:49 +0000 (+0100) Subject: buildsys: actually drop Subscription.pm from sources to install list X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=e0a74f99505f407df54d8a219908a9b6811457b9;p=pve-common.git buildsys: actually drop Subscription.pm from sources to install list Fixes: e94cd57 ("remove PVE::Subscription and friends") Signed-off-by: Thomas Lamprecht --- diff --git a/src/Makefile b/src/Makefile index 1c8c44d..5c85c88 100644 --- a/src/Makefile +++ b/src/Makefile @@ -29,7 +29,6 @@ LIB_SOURCES = \ RESTHandler.pm \ SafeSyslog.pm \ SectionConfig.pm \ - Subscription.pm \ SysFSTools.pm \ Syscall.pm \ Systemd.pm \