From 9679fd8f3141abb0cabe7b036cf96c3de40ee22a Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 15 Aug 2010 15:27:44 +0100 Subject: 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. --- protocols/msn/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols') 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 -- cgit v1.2.3