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 09:58:22 -0500
commit6d4515c231387d7cfe3d9aca2f25a9d68b96b13b (patch)
tree53b7999ceffc95b77c99afb16815b49985ab09ca
parent36ef5fa278a932913db77771540c28a1f3296a1d (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 77e059da..2c6995c4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -178,4 +178,5 @@ modem_manager_SOURCES += $(loc_sources)
BUILT_SOURCES += mm-modem-location-glue.h mm-modem-firmware-glue.h mm-modem-time-glue.h
-CLEANFILES = $(BUILT_SOURCES)
+# Clean marshallers left over from git master too
+CLEANFILES = $(BUILT_SOURCES) mm-marshal.c mm-marshal.h