Description: Leftover .c files in make clean.
 make clean forgets to remove the generated .c files.
Author: David Martínez Moreno <ender@debian.org>
Forwarded: https://github.com/radare/valabind/pull/14
Last-Update: 2013-12-15

--- valabind-0.7.4.orig/Makefile
+++ valabind-0.7.4/Makefile
@@ -73,6 +73,7 @@ dist:
 mrproper clean:
 	rm -f config.vala
 	rm -rf $(BUILD) $(BIN)
+	rm -rf *.c
 
 deinstall: uninstall
 
