comparison src/Makefile.am @ 5638:0bdfa28c678e

[gaim-migrate @ 6047] We're slowly killing off multi.h. The proto_user_split and proto_user_opt have been replaced with GaimAccountOption and GaimAccountUserSplit structures, which of course have an API. The account dialog is being rewritten as well, and will soon allow you to add and modify accounts again. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 01 Jun 2003 17:40:20 +0000
parents 9eb5b13fd412
children b61520e71679
comparison
equal deleted inserted replaced
5637:69c92ae58876 5638:0bdfa28c678e
6 SUBDIRS = protocols 6 SUBDIRS = protocols
7 7
8 CORESOURCES = \ 8 CORESOURCES = \
9 account.c \ 9 account.c \
10 account.h \ 10 account.h \
11 accountopt.c \
12 accountopt.h \
11 blist.c \ 13 blist.c \
12 blist.h \ 14 blist.h \
13 connection.c \ 15 connection.c \
14 connection.h \ 16 connection.h \
15 conversation.c \ 17 conversation.c \