summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2011-04-20 13:50:05 -0500
committerDan Williams <dcbw@redhat.com>2011-04-20 13:50:05 -0500
commit7bd0f0116eac97fad2a102ad46269ff43be9eadb (patch)
tree90070ffd6099a883aa52f2cfe21f5d39fb890344
parentdb57dbd75d45f0f812daefcaba5cb1bc8ff5ffee (diff)
build: remove all bindings and glue during clean
Including those left over from other branches. When switching back and forth between master and 0.8 some generated files get left behind, and those are picked up by the docs generators. Make sure anything that gets left behind is cleaned up by 'make clean'.
-rw-r--r--libnm-glib/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnm-glib/Makefile.am b/libnm-glib/Makefile.am
index 165977cfac..7e9f08c15d 100644
--- a/libnm-glib/Makefile.am
+++ b/libnm-glib/Makefile.am
@@ -209,7 +209,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
if WITH_TESTS