build: fix file list

this file is installed by a sub-dir Makefile, it does not exist in
src/PVE/API2.

the error is not fatal, but printed during build:

 install: cannot stat 'RealmSync.pm': No such file or directory

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2023-12-07 12:36:40 +01:00
parent ffc4e503ec
commit a53fd5d882

View File

@ -2,7 +2,6 @@
API2_SOURCES= \ API2_SOURCES= \
AccessControl.pm \ AccessControl.pm \
Domains.pm \ Domains.pm \
RealmSync.pm \
ACL.pm \ ACL.pm \
Role.pm \ Role.pm \
Group.pm \ Group.pm \