[Libguestfs] [PATCH] Remove two more files that are generated by configure

Hilko Bengen bengen at hilluzination.de
Tue Mar 4 21:25:15 UTC 2014


---
 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))
 
 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 \
-- 
1.9.0




More information about the Libguestfs mailing list