On Thursday, 12 March 2020 23:46:56 CET Richard W.M. Jones wrote:
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 1c46c54..4f5360d 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -28,6 +28,7 @@ generator_built = \
EXTRA_DIST = \
$(generator_built) \
libnbd.syms \
+ local/libnbd.pc.in \
As AC_CONFIG_FILES has lib/local/libnbd.pc, the .in file is
included automatically by autotools in the dist tarballs.
Hence, this line is extra.
The rest LGTM.
Thanks,
--
Pino Toscano