From 261a51c4b9015d677580aa5346b21c35e4df6283 Mon Sep 17 00:00:00 2001 From: Steve Brokenshire Date: Mon, 29 Aug 2016 20:30:08 +0100 Subject: [PATCH] Fixed cleaning of old object files --- source/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Makefile.in b/source/Makefile.in index 38c0de3..dae6590 100644 --- a/source/Makefile.in +++ b/source/Makefile.in @@ -123,7 +123,8 @@ clean: rm -f $(XAB_OUT) $(BMCO_HELP) tools/bitmapcode.o *.o \ vcard/*.o common/*.o carddav/*.o contacteditor/*.o search/*.o \ widgets/*.o export/*.o import/*.o actmgr/*.o contacteditor/cdo/*.o \ - tests/Temp* tests/*.o tests/$(XAB_OUT)_test + tests/Temp* tests/*.o tests/classes/*.o connobject/*.o \ + carddav2/*.o tests/$(XAB_OUT)_test distclean: clean rm -f Makefile tests/Makefile \ -- 2.39.2