build: Rebuild the daemon as necessary from other directories

This change ensure that making the appliance will always rebuild the daemon if
required.
This commit is contained in:
Matthew Booth
2009-11-20 17:52:27 +00:00
committed by Richard Jones
parent d49890d5bc
commit 8b135cb552

View File

@@ -27,3 +27,7 @@ $(top_builddir)/src/libguestfs.la: force
$(generator_built): $(top_builddir)/src/stamp-generator
$(top_builddir)/src/stamp-generator: force
$(MAKE) -C $(top_builddir)/src stamp-generator
# The daemon
$(top_builddir)/daemon/guestfsd: force
$(MAKE) -C $(top_builddir)/daemon