build: Rebuild the daemon as necessary from other directories
authorMatthew Booth <mbooth@redhat.com>
Fri, 20 Nov 2009 17:52:27 +0000 (17:52 +0000)
committerRichard Jones <rjones@redhat.com>
Sat, 21 Nov 2009 21:12:45 +0000 (21:12 +0000)
This change ensure that making the appliance will always rebuild the daemon if
required.

subdir-rules.mk

index fd8bfef..70ab8a2 100644 (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