[Libguestfs] [PATCH v2 6/6] rust: fix list of generator-built files

Pino Toscano ptoscano at redhat.com
Thu Dec 12 17:05:05 UTC 2019


src/lib.rs is not created by the generator, while src/guestfs.rs is.
---
 rust/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust/Makefile.am b/rust/Makefile.am
index edcccffa1..cb16e021f 100644
--- a/rust/Makefile.am
+++ b/rust/Makefile.am
@@ -19,7 +19,7 @@ include $(top_srcdir)/subdir-rules.mk
 
 generator_built = \
 	src/bin/bindtests.rs \
-	src/lib.rs
+	src/guestfs.rs
 
 EXTRA_DIST = \
 	$(generator_built) \
-- 
2.23.0




More information about the Libguestfs mailing list