From 83ed56108ceb4ac44b25871fc5cff73a0eed1c0a Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Sat, 19 Mar 2011 13:43:05 -0500 Subject: [PATCH] build: blow away all dbus-glib generated files during clean Not just the ones we built; if you're switching often between git branches, there will be some generated files left over from the other branch, which then the docs generation stuff pick up and pollute your autogenerated docs with stuff from other branches. So just clean up everything on make clean. --- libnm-glib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-glib/Makefile.am b/libnm-glib/Makefile.am index 93dbf5bc5a..002c351835 100644 --- a/libnm-glib/Makefile.am +++ b/libnm-glib/Makefile.am @@ -239,7 +239,7 @@ DISTCLEANFILES = libnm-glib.pc libnm-glib.pc EXTRA_DIST = libnm-glib.pc.in libnm-glib-vpn.pc.in libnm-glib.ver libnm-glib-vpn.ver -CLEANFILES = $(BUILT_SOURCES) +CLEANFILES = $(BUILT_SOURCES) *-bindings.h *-glue.h -include $(INTROSPECTION_MAKEFILE) INTROSPECTION_GIRS =