comparison src/Makefile.am @ 11581:9b3833da6840

[gaim-migrate @ 13851] goodbye GaimConvWindow. Still some problems with this patch: - Scarey warnings console with gaim -d when closing tab - I tried to seperate gtkconv and gtkconvwin, but failed, as a result it has its own header, but the code is in the same file, which is rather weird. Also some code got moved around for no good reason. Feel free to move it back or reorganize it. - I broke the gesters plugin, and just disabled it. Hopefully someone with more time will fix it, it shouldn't take long, but I didn't feel like bothering. - This list is incomplete. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Sun, 02 Oct 2005 00:32:49 +0000
parents 5c8210f7cbe2
children 690c0e967c04
comparison
equal deleted inserted replaced
11580:24169af08585 11581:9b3833da6840
233 233
234 endif 234 endif
235 235
236 bin_PROGRAMS = gaim $(gaim_clientbP) 236 bin_PROGRAMS = gaim $(gaim_clientbP)
237 237
238 gaim_SOURCES = \ 238 gaim_SOURCES = $(gaim_coresources) $(dbus_sources) gtkcombobox.c \
239 $(gaim_coresources) \ 239 gtkcelllayout.c gtkcellview.c gtkcellviewmenuitem.c gtkaccount.c \
240 $(dbus_sources) \ 240 gtkcellrendererprogress.c gtkblist.c gtkconn.c gtkconv.c gtkdebug.c gtkdialogs.c \
241 gtkcombobox.c \ 241 gtkdnd-hints.c gtkgaim-disclosure.c gtkeventloop.c gtkft.c gtkimhtml.c \
242 gtkcelllayout.c \ 242 gtkimhtmltoolbar.c gtklog.c gtkmain.c gtkmenutray.c gtknotify.c gtkplugin.c \
243 gtkcellview.c \ 243 gtkpluginpref.c gtkprefs.c gtkprivacy.c gtkpounce.c gtkrequest.c gtkroomlist.c \
244 gtkcellviewmenuitem.c \ 244 gtksavedstatuses.c gtksound.c gtksourceiter.c gtkstatusbox.c gtkstock.c gtkthemes.c \
245 gtkaccount.c \ 245 gtkutils.c idle.c session.c gtkwhiteboard.c gtkconvwin.c
246 gtkcellrendererprogress.c \
247 gtkblist.c \
248 gtkconn.c \
249 gtkconv.c \
250 gtkdebug.c \
251 gtkdialogs.c \
252 gtkdnd-hints.c \
253 gtkgaim-disclosure.c \
254 gtkeventloop.c \
255 gtkft.c \
256 gtkimhtml.c \
257 gtkimhtmltoolbar.c \
258 gtklog.c \
259 gtkmain.c \
260 gtkmenutray.c \
261 gtknotify.c \
262 gtkplugin.c \
263 gtkpluginpref.c \
264 gtkprefs.c \
265 gtkprivacy.c \
266 gtkpounce.c \
267 gtkrequest.c \
268 gtkroomlist.c \
269 gtksavedstatuses.c \
270 gtksound.c \
271 gtksourceiter.c \
272 gtkstatusbox.c \
273 gtkstock.c \
274 gtkthemes.c \
275 gtkutils.c \
276 idle.c \
277 session.c \
278 gtkwhiteboard.c
279 246
280 gaim_headers = \ 247 gaim_headers = \
281 $(dbus_headers) \ 248 $(dbus_headers) \
282 gaim.h \ 249 gaim.h \
283 gtkcombobox.h \ 250 gtkcombobox.h \