comparison src/Makefile.am @ 9993:bdec08a8fc5b

[gaim-migrate @ 10906] Remove away.c and away.h And get rid of some code in server.c that I'm pretty sure doesn't do anything committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 09 Sep 2004 03:36:35 +0000
parents b229d6fade9d
children b28f9be379b3
comparison
equal deleted inserted replaced
9992:7596ad640b56 9993:bdec08a8fc5b
97 xmlnode.c 97 xmlnode.c
98 98
99 gaim_coreheaders = \ 99 gaim_coreheaders = \
100 account.h \ 100 account.h \
101 accountopt.h \ 101 accountopt.h \
102 away.h \
103 blist.h \ 102 blist.h \
104 buddyicon.h \ 103 buddyicon.h \
105 cmds.h \ 104 cmds.h \
106 connection.h \ 105 connection.h \
107 conversation.h \ 106 conversation.h \
137 136
138 bin_PROGRAMS = gaim gaim-remote 137 bin_PROGRAMS = gaim gaim-remote
139 138
140 gaim_SOURCES = \ 139 gaim_SOURCES = \
141 $(gaim_coresources) \ 140 $(gaim_coresources) \
142 away.c \
143 dnd-hints.c \ 141 dnd-hints.c \
144 gaim-disclosure.c \ 142 gaim-disclosure.c \
145 gtkaccount.c \ 143 gtkaccount.c \
146 gtkcellrendererprogress.c \ 144 gtkcellrendererprogress.c \
147 gtkblist.c \ 145 gtkblist.c \