aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2010-08-28 14:24:37 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2010-08-28 14:24:37 +0200
commitfeb1bad3303f9e5b7d6afa0bfe3ad57e8714dc52 (patch)
treea9beb85611c4fa647737100bff33e397144e786b /protocols/jabber
parent00374acf3061c2c6c34fd2eda42e452211f7c4f9 (diff)
parentb0a89cc6e5ffff050ddecd09e9af8eb6723f9ba6 (diff)
Pull in Makefile dependencies fix from mainline.
Diffstat (limited to 'protocols/jabber')
-rw-r--r--protocols/jabber/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/jabber/Makefile b/protocols/jabber/Makefile
index efbd81fb..32946b18 100644
--- a/protocols/jabber/Makefile
+++ b/protocols/jabber/Makefile
@@ -29,6 +29,7 @@ clean:
rm -f *.o core
distclean: clean
+ rm -rf .depend
### MAIN PROGRAM
@@ -41,3 +42,5 @@ $(objects): %.o: $(SRCDIR)%.c
jabber_mod.o: $(objects)
@echo '*' Linking jabber_mod.o
@$(LD) $(LFLAGS) $(objects) -o jabber_mod.o
+
+-include .depend/*.d