diff options
author | Remko Tronçon <git@el-tramo.be> | 2009-06-22 19:57:11 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2009-06-22 19:57:11 (GMT) |
commit | 496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05 (patch) | |
tree | df6a023a71712e747fe047420ba357e52cd0252c /Swiften/Makefile.inc | |
parent | 216cdc29eb9454f5eb772f3324ccf5210c48528a (diff) | |
download | swift-contrib-496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05.zip swift-contrib-496f64f3de5201b8cb5e6c3f6fb11f7b3f5eae05.tar.bz2 |
Let each module define its own .dep files.
Diffstat (limited to 'Swiften/Makefile.inc')
-rw-r--r-- | Swiften/Makefile.inc | 3 |
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) |