diff --git a/mllib/Makefile.am b/mllib/Makefile.am index 0e317b277..e2752130e 100644 --- a/mllib/Makefile.am +++ b/mllib/Makefile.am @@ -18,7 +18,7 @@ include $(top_srcdir)/subdir-rules.mk EXTRA_DIST = \ - $(SOURCES) + $(filter-out config.ml,$(SOURCES)) CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o diff --git a/src/Makefile.am b/src/Makefile.am index 10f520380..768e716ce 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -58,7 +58,7 @@ EXTRA_DIST = \ $(BUILT_SOURCES) \ MAX_PROC_NR \ libguestfs.3 \ - libguestfs.pc libguestfs.pc.in \ + libguestfs.pc.in \ guestfs.pod \ api-support/added \ api-support/README \