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(a)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