diff libpurple/protocols/msn/Makefile.am @ 20426:637e080758a9

Disable building of directconn.c, nothing uses it, it has compile warnings and clearly needs work before it's going to be usable.
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 26 May 2007 14:05:52 +0000
parents 522ade544156
children 915e11fbaeb0
line wrap: on
line diff
--- a/libpurple/protocols/msn/Makefile.am	Sat May 26 13:59:07 2007 +0000
+++ b/libpurple/protocols/msn/Makefile.am	Sat May 26 14:05:52 2007 +0000
@@ -1,4 +1,6 @@
 EXTRA_DIST = \
+		directconn.c \
+		directconn.h \
 		Makefile.mingw
 
 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
@@ -12,8 +14,6 @@
 	contact.h\
 	dialog.c \
 	dialog.h \
-	directconn.c \
-	directconn.h \
 	error.c \
 	error.h \
 	group.c \