comparison src/protocols/msn/Makefile.am @ 5309:e2e53316a21d

[gaim-migrate @ 5681] Announcing the new MSN prpl! It probably has some bugs, and for the time being, there is no file transfer. That's good though, because the current MSN file transfer is a little broken. I've had many corrupted files. I'll commit new file transfer code when it's written. I want this heavily tested before 0.63! If you use MSN, please talk to people on it. Let me know of any oddities, crashes, bugs, whatever. I'll fix things as I find them. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 06 May 2003 02:06:56 +0000
parents 86b0a0243be8
children 2aa7e4237142
comparison
equal deleted inserted replaced
5308:6aa785e55d0f 5309:e2e53316a21d
1 EXTRA_DIST = PROTOCOL md5.h 1 EXTRA_DIST = PROTOCOL md5.h
2 2
3 pkgdir = $(libdir)/gaim 3 pkgdir = $(libdir)/gaim
4 4
5 MSNSOURCES = \ 5 MSNSOURCES = \
6 ft.c \ 6 away.c \
7 away.h \
8 dispatch.c \
9 dispatch.h \
10 error.c \
11 error.h \
12 md5.h \
7 msg.c \ 13 msg.c \
8 msg.h \ 14 msg.h \
9 msn.c \ 15 msn.c \
10 msn.h \ 16 msn.h \
17 notification.c \
18 notification.h \
19 servconn.c \
20 servconn.h \
21 session.c \
22 session.h \
11 switchboard.c \ 23 switchboard.c \
12 switchboard.h 24 switchboard.h \
25 user.c \
26 user.h \
27 utils.c \
28 utils.h
13 29
14 AM_CFLAGS = $(st) 30 AM_CFLAGS = $(st)
15 31
16 libmsn_la_LDFLAGS = -module -avoid-version 32 libmsn_la_LDFLAGS = -module -avoid-version
17 33