mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
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:
committed by
Richard Jones
parent
d49890d5bc
commit
8b135cb552
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user