psss / rpms / libguestfs

Forked from rpms/libguestfs 5 years ago
Clone
Blob Blame History Raw
From 88ffe2a4e415e7502f6749938a621899d2de0251 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Tue, 5 Nov 2013 15:43:24 +0000
Subject: [PATCH] builder: Add some generated files to CLEANFILES.

This updates commit a4800e2d4fc50f372a8b626333c4fbb9b8ca9633.

(cherry picked from commit 01551e546293bbbd094d4d4acfdaf421f7758251)
---
 builder/Makefile.am | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/builder/Makefile.am b/builder/Makefile.am
index a44f820..44384d9 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -205,4 +205,8 @@ stamp-virt-index-validate.pod: virt-index-validate.pod
 	  $<
 	touch $@
 
-CLEANFILES += stamp-virt-index-validate.pod
+CLEANFILES += \
+	index-parse.c \
+	index-parse.h \
+	index-scan.c \
+	stamp-virt-index-validate.pod
-- 
1.8.3.1