diff options
Diffstat (limited to 'Swiften/Examples/EchoBot/Makefile.inc')
-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) |