aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2012-08-16 09:58:22 -0500
committerDan Williams <dcbw@redhat.com>2012-08-16 10:04:13 -0500
commit4de93241dc28c1364ade56825c0431e0345b8de0 (patch)
treed7ab55eb7340691d990b8740f188b2d4e257579c
parent850d78b938e895e3a1628f8ce45a67c7d5cfd2ca (diff)
build: clean marshallers from git master
When switching branches from git master to MM_06 and 05, the marshallers generated by git master in src/ get #included rather than the ones from marshallers/. So make sure we clean them when doing 'make clean'.
-rw-r--r--src/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 71008c9d..1c214dee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -167,4 +167,5 @@ modem_manager_SOURCES += $(loc_sources)
BUILT_SOURCES += mm-modem-location-glue.h
-CLEANFILES = $(BUILT_SOURCES)
+# Clean marshallers left over from git master too
+CLEANFILES = $(BUILT_SOURCES) mm-marshal.c mm-marshal.h