[Libguestfs] [v2v PATCH 4/7] build: do not ship generated sources

Pino Toscano ptoscano at redhat.com
Fri Dec 13 16:01:36 UTC 2019


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




More information about the Libguestfs mailing list