[Libguestfs] [nbdkit PATCH] maint: Rebuild nbdkit if nbdkit.in changes

Eric Blake eblake at redhat.com
Wed Nov 15 16:50:06 UTC 2017


Tell automake that we want ./nbdkit to be kept up-to-date in the
developer's tree.  Otherwise, after touching nbdkit.in, you would
have to remember to manually run 'make nbdkit'.

Signed-off-by: Eric Blake <eblake at redhat.com>
---
 Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 315aa36..7815258 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,6 +39,8 @@ EXTRA_DIST = \
 	valgrind-suppressions \
 	m4/.gitignore

+noinst_SCRIPTS = nbdkit
+
 SUBDIRS = \
 	docs \
 	include \
-- 
2.13.6




More information about the Libguestfs mailing list