summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-22 19:57:11 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-22 19:57:11 (GMT)
commit496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05 (patch)
treedf6a023a71712e747fe047420ba357e52cd0252c /Swiften
parent216cdc29eb9454f5eb772f3324ccf5210c48528a (diff)
downloadswift-496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05.zip
swift-496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05.tar.bz2
Let each module define its own .dep files.
Diffstat (limited to 'Swiften')
-rw-r--r--Swiften/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/Swiften/Makefile.inc b/Swiften/Makefile.inc
index 4b09bf3..d5bf0f5 100644
--- a/Swiften/Makefile.inc
+++ b/Swiften/Makefile.inc
@@ -39,6 +39,9 @@ TARGETS += $(SWIFTEN_TARGET)
INSTALL_TARGETS += install-swiften
UNITTEST_LIBS += $(SWIFTEN_TARGET)
CLEANFILES += $(SWIFTEN_TARGET) $(SWIFTEN_OBJECTS)
+DEPS += \
+ $(SWIFTEN_SOURCES:.cpp=.dep) \
+ $(SWIFTEN_OBJECTIVE_SOURCES:.mm=.dep)
.PHONY: lib
lib: $(SWIFTEN_TARGET)