summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-03 19:02:50 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-03 19:03:24 (GMT)
commitcbbd005dba6f4b105a74f81c44654bb957dd044e (patch)
tree4ef5a7abed56d32c4752eecd395dfa402360894d /Makefile
parent3dd69f2f852953638b220352b0eeee10464da5d8 (diff)
downloadswift-cbbd005dba6f4b105a74f81c44654bb957dd044e.zip
swift-cbbd005dba6f4b105a74f81c44654bb957dd044e.tar.bz2
Added bundled Expat.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index 381995e..451d98e 100644
--- a/Makefile
+++ b/Makefile
@@ -40,6 +40,7 @@ include 3rdParty/Boost/Makefile.inc
include 3rdParty/CppUnit/Makefile.inc
include 3rdParty/LibIDN/Makefile.inc
include 3rdParty/ZLib/Makefile.inc
+include 3rdParty/Expat/Makefile.inc
include Swiften/Makefile.inc
include UI/Qt/Makefile.inc
@@ -56,12 +57,9 @@ coverage:
.PHONY: clean
clean: clean-deps $(CLEAN_TARGETS)
- -$(RM) $(CLEANFILES) \
- $(SWIFTEN_SOURCES:.cpp=.gcda) \
- $(SWIFTEN_SOURCES:.cpp=.gcno) \
- $(UNITTEST_SOURCES:.cpp=.gcda) \
- $(UNITTEST_SOURCES:.cpp=.gcno) \
- *.gcov
+ -$(RM) $(CLEANFILES) *.gcov
+ -find . -name "*.gcda" -exec rm {} \;
+ -find . -name "*.gcno" -exec rm {} \;
.PHONY: clean-deps
clean-deps: