diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-07-11 14:31:50 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-07-11 14:31:50 (GMT) |
commit | 47426398550342d5480e7a4ca62db2bf0ad36b15 (patch) | |
tree | 5dc23beb0f260971573ff3a7935899c749d1fb0e /Swiften | |
parent | 92d3b704398453568b331330195b24963416ebe7 (diff) | |
download | swift-contrib-47426398550342d5480e7a4ca62db2bf0ad36b15.zip swift-contrib-47426398550342d5480e7a4ca62db2bf0ad36b15.tar.bz2 |
Track EchoBot dependencies.
Diffstat (limited to 'Swiften')
-rw-r--r-- | Swiften/Examples/EchoBot/Makefile.inc | 1 |
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) |