From 98a5f515f73e8f54ac4cfb4e55e803a0988b523a Mon Sep 17 00:00:00 2001
From: midipix <writeonce@midipix.org>
Date: Tue, 25 Dec 2018 05:08:39 -0500
Subject: build system: Makefile.in: clean: remove all generated files.

---
 Makefile.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 400f5f7..f6c7a2c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -288,6 +288,8 @@ clean:		clean-implib
 		rm -f $(DEFAULT_APP)
 		rm -f $(SHARED_APP)
 		rm -f $(STATIC_APP)
+		rm -f build/$(PACKAGE)_version.h
+		rm -f build/$(PACKAGE).pc
 
 
 .display:	.display-project     .display-pkgconf     .display-env \
-- 
cgit v1.2.3