diff --git a/v2v/Makefile.am b/v2v/Makefile.am index 6d90faf00..9e07cd218 100644 --- a/v2v/Makefile.am +++ b/v2v/Makefile.am @@ -17,6 +17,13 @@ include $(top_srcdir)/subdir-rules.mk +generator_built = \ + uefi.ml \ + uefi.mli + +BUILT_SOURCES = \ + $(generator_built) + EXTRA_DIST = \ $(SOURCES_MLI) $(SOURCES_ML) $(SOURCES_C) \ copy_to_local.ml \