build: Ensure building appliance depends on guestfsd
authorMatthew Booth <mbooth@redhat.com>
Fri, 20 Nov 2009 18:43:20 +0000 (18:43 +0000)
committerRichard Jones <rjones@redhat.com>
Sat, 21 Nov 2009 21:13:36 +0000 (21:13 +0000)
commit1b60344e672e4fc233d7fe6b8ecfcda46a40f4d5
tree71f4f38836d78480d02a81e6f6e7c6dcc97dfcdd
parent1befbee8b8c00026a2f98ab7bc1ed4ca67083042
build: Ensure building appliance depends on guestfsd

Previously, only the update.sh rule checked the daemon had been built. update.sh
is called directly from within make.sh, so in that path the dependency was never
checked. This adds the daemon dependency explicitly to the rebuild-from-scratch
path.
appliance/Makefile.am