diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-24 18:09:29 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-24 18:09:29 (GMT) |
commit | f6e73393afbe7ce8d1a5c5fc55565582cb8906cc (patch) | |
tree | b50fe99468a518e705d9ef3b8a1ae1638a07b3dc /Swiften/Examples | |
parent | 0dd979a856719f16925f84d6be532bd31044fa82 (diff) | |
download | swift-f6e73393afbe7ce8d1a5c5fc55565582cb8906cc.zip swift-f6e73393afbe7ce8d1a5c5fc55565582cb8906cc.tar.bz2 |
Update the build system.
Coverage now works better.
Some files are cleaned by default (without the need of CLEANFILES).
Diffstat (limited to 'Swiften/Examples')
-rw-r--r-- | Swiften/Examples/EchoBot/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Swiften/Examples/EchoBot/Makefile.inc b/Swiften/Examples/EchoBot/Makefile.inc index 09c63d5..beab023 100644 --- a/Swiften/Examples/EchoBot/Makefile.inc +++ b/Swiften/Examples/EchoBot/Makefile.inc @@ -4,7 +4,7 @@ ECHOBOT_SOURCES += \ ECHOBOT_OBJECTS = \ $(ECHOBOT_SOURCES:.cpp=.o) -CLEANFILES += $(ECHOBOT_OBJECTS) $(ECHOBOT_TARGET) +CLEANFILES += $(ECHOBOT_TARGET) DEPS += $(ECHOBOT_SOURCES:.cpp=.dep) EXAMPLES_TARGETS += $(ECHOBOT_TARGET) |