mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
daemon/Makefile: Add forgotten dependency
In latest patches we added Admin API. However, the Makefile in daemon was missing one dependency: admin_server.c is including generated file admin_dispatch.h. However, this dependency was not explicitly marked in the Makefile therefore the build happened to fail on some occasions. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
4e6ee877d4
commit
c132b1b6e6
@ -317,6 +317,7 @@ endif ! WITH_POLKIT
|
|||||||
|
|
||||||
remote.c: $(DAEMON_GENERATED)
|
remote.c: $(DAEMON_GENERATED)
|
||||||
remote.h: $(DAEMON_GENERATED)
|
remote.h: $(DAEMON_GENERATED)
|
||||||
|
admin_server.c: $(DAEMON_GENERATED)
|
||||||
|
|
||||||
LOGROTATE_CONFS = libvirtd.qemu.logrotate libvirtd.lxc.logrotate \
|
LOGROTATE_CONFS = libvirtd.qemu.logrotate libvirtd.lxc.logrotate \
|
||||||
libvirtd.libxl.logrotate libvirtd.uml.logrotate \
|
libvirtd.libxl.logrotate libvirtd.uml.logrotate \
|
||||||
|
Loading…
Reference in New Issue
Block a user