From: Matthew Booth Date: Fri, 20 Nov 2009 17:52:27 +0000 (+0000) Subject: build: Rebuild the daemon as necessary from other directories X-Git-Tag: 1.0.80~69 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=8b135cb5527616d5bc0c829ac9633d511af86766 build: Rebuild the daemon as necessary from other directories This change ensure that making the appliance will always rebuild the daemon if required. --- diff --git a/subdir-rules.mk b/subdir-rules.mk index fd8bfef..70ab8a2 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