diff options
author | Matthew Booth <mbooth@redhat.com> | 2009-11-20 17:52:27 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-11-21 21:12:45 +0000 |
commit | 8b135cb5527616d5bc0c829ac9633d511af86766 (patch) | |
tree | 8e587d2707496d23f97bfef3f844b67aa1bb9ba5 | |
parent | d49890d5bca89f87d4e75017fd4f9ba4deb55edb (diff) | |
download | libguestfs-8b135cb5527616d5bc0c829ac9633d511af86766.tar.gz libguestfs-8b135cb5527616d5bc0c829ac9633d511af86766.tar.xz libguestfs-8b135cb5527616d5bc0c829ac9633d511af86766.zip |
build: Rebuild the daemon as necessary from other directories
This change ensure that making the appliance will always rebuild the daemon if
required.
-rw-r--r-- | subdir-rules.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/subdir-rules.mk b/subdir-rules.mk index fd8bfef4..70ab8a27 100644 --- a/subdir-rules.mk +++ b/subdir-rules.mk @@ -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 |