On Tue, Mar 04, 2014 at 10:25:15PM +0100, Hilko Bengen wrote: > --- > mllib/Makefile.am | 2 +- > src/Makefile.am | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/mllib/Makefile.am b/mllib/Makefile.am > index 0e317b2..ec624c9 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.in,$(SOURCES))
I think you mean config.ml here? config.ml.in is needed by ./configure AFAICT. > CLEANFILES = *~ *.cmi *.cmo *.cmx *.cmxa *.o > > diff --git a/src/Makefile.am b/src/Makefile.am > index 10f5203..768e716 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 \ This is OK. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network (PXE) and turn machines into KVM guests. http://libguestfs.org/virt-v2v _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
