summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-07-11 14:31:50 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-07-11 14:31:50 (GMT)
commit47426398550342d5480e7a4ca62db2bf0ad36b15 (patch)
tree5dc23beb0f260971573ff3a7935899c749d1fb0e
parent92d3b704398453568b331330195b24963416ebe7 (diff)
downloadswift-47426398550342d5480e7a4ca62db2bf0ad36b15.zip
swift-47426398550342d5480e7a4ca62db2bf0ad36b15.tar.bz2
Track EchoBot dependencies.
-rw-r--r--Swiften/Examples/EchoBot/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Examples/EchoBot/Makefile.inc b/Swiften/Examples/EchoBot/Makefile.inc
index b126b15..4f86192 100644
--- a/Swiften/Examples/EchoBot/Makefile.inc
+++ b/Swiften/Examples/EchoBot/Makefile.inc
@@ -5,6 +5,7 @@ ECHOBOT_OBJECTS = \
$(ECHOBOT_SOURCES:.cpp=.o)
CLEANFILES += $(ECHOBOT_OBJECTS) $(ECHOBOT_TARGET)
+DEPS += $(ECHOBOT_SOURCES:.cpp=.dep)
EXAMPLES_TARGETS += $(ECHOBOT_TARGET)
EchoBot: $(ECHOBOT_TARGET)