Exclude from EXTRA_DIST all the generated OCaml sources.
---
 v2v/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 63473515..b1ff8b2f 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -29,7 +29,7 @@ CONFIGURE_GENERATED_ML = \
 
 EXTRA_DIST = \
        $(SOURCES_MLI) \
-       $(filter-out $(CONFIGURE_GENERATED_ML),$(SOURCES_ML)) \
+       $(filter-out $(CONFIGURE_GENERATED_ML) $(BUILT_SOURCES),$(SOURCES_ML)) \
        $(SOURCES_C) \
        copy_to_local.ml \
        copy_to_local.mli \
-- 
2.23.0

_______________________________________________
Libguestfs mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/libguestfs

Reply via email to