]> xenbits.xensource.com Git - libvirt.git/commitdiff
daemon/Makefile: Add forgotten dependency
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Jun 2015 16:11:17 +0000 (18:11 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 16 Jun 2015 16:11:17 +0000 (18:11 +0200)
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>
daemon/Makefile.am

index 3d45f2a804d51a9b20df85e2b33e9fd6ffdf1f5f..bb08d9fd118846ae69fd2a487e102fe072f207ca 100644 (file)
@@ -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 \