From: Michal Privoznik Date: Tue, 16 Jun 2015 16:11:17 +0000 (+0200) Subject: daemon/Makefile: Add forgotten dependency X-Git-Tag: v1.2.17-rc1~152 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c132b1b6e622b685b52e3150bdd0688968d1e1e5;p=thirdparty%2Flibvirt.git 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 --- diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 3d45f2a804..bb08d9fd11 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -317,6 +317,7 @@ endif ! WITH_POLKIT remote.c: $(DAEMON_GENERATED) remote.h: $(DAEMON_GENERATED) +admin_server.c: $(DAEMON_GENERATED) LOGROTATE_CONFS = libvirtd.qemu.logrotate libvirtd.lxc.logrotate \ libvirtd.libxl.logrotate libvirtd.uml.logrotate \