comparison 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
comparison
equal deleted inserted replaced
20425:5048651671e1 20426:637e080758a9
1 EXTRA_DIST = \ 1 EXTRA_DIST = \
2 directconn.c \
3 directconn.h \
2 Makefile.mingw 4 Makefile.mingw
3 5
4 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION) 6 pkgdir = $(libdir)/purple-$(PURPLE_MAJOR_VERSION)
5 7
6 MSNSOURCES = \ 8 MSNSOURCES = \
10 command.h \ 12 command.h \
11 contact.c\ 13 contact.c\
12 contact.h\ 14 contact.h\
13 dialog.c \ 15 dialog.c \
14 dialog.h \ 16 dialog.h \
15 directconn.c \
16 directconn.h \
17 error.c \ 17 error.c \
18 error.h \ 18 error.h \
19 group.c \ 19 group.c \
20 group.h \ 20 group.h \
21 history.c \ 21 history.c \