diff options
| author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-15 15:27:44 +0100 | 
|---|---|---|
| committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-08-15 15:27:44 +0100 | 
| commit | 9679fd8f3141abb0cabe7b036cf96c3de40ee22a (patch) | |
| tree | 4d33a9ed7bc13404eecb9207a88c63f5a2e077ae | |
| parent | 660cb00687dbe0abd37e705a2923d1cf8bf6f45c (diff) | |
Removing soap.h dependency in Makefile. I'll have to fix the internal
dependencies for real some day soon, but this one-off hack is breaking
out-of-tree builds.
| -rw-r--r-- | protocols/msn/Makefile | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/protocols/msn/Makefile b/protocols/msn/Makefile index a14225d1..8ff61c60 100644 --- a/protocols/msn/Makefile +++ b/protocols/msn/Makefile @@ -41,5 +41,3 @@ $(objects): %.o: $(SRCDIR)%.c  msn_mod.o: $(objects)  	@echo '*' Linking msn_mod.o  	@$(LD) $(LFLAGS) $(objects) -o msn_mod.o -	 -soap.o: soap.h soap.c | 
