[Pkg-libvirt-commits] [libguestfs] 29/34: Remove two more files that are generated by configure

Hilko Bengen bengen at moszumanska.debian.org
Fri Mar 7 10:39:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit e1fdc43539c303101394b7bbddaaada4587637f5
Author: Hilko Bengen <bengen at hilluzination.de>
Date:   Tue Mar 4 22:24:52 2014 +0100

    Remove two more files that are generated by configure
---
 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..e275213 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 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 \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list