From e239af4117639cb6a41bf71bdd08a8a9e7498a8f Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Sat, 19 Jan 2013 00:38:44 +0100 Subject: [PATCH] Fix Makefile --- src/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 993a8b0..3472c73 100644 --- a/src/Makefile +++ b/src/Makefile @@ -8,7 +8,6 @@ LIB_MINOR = 0 SRCS = XMPPAuthenticator.m \ XMPPCallback.m \ XMPPConnection.m \ - XMPPContactManager.m \ XMPPExceptions.m \ XMPPEXTERNALAuth.m \ XMPPIQ.m \