comparison src/Makefile.am @ 11907:d2db6426c88a

[gaim-migrate @ 14198] sf patch #1342817, from Evan Schoenberg "As discussed in #gaim, this patch removes idle.c and replaces it with gtkidle.c and gtkidle.h. The attached diff removes the idle management from its various hiding places in connection.c, server.c, and gaim.h. The plugins Changelog.API is appropriately updated. The new gtkidle files are attached; idle.c should be removed from CVS." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 30 Oct 2005 23:00:47 +0000
parents c9312177821a
children e67993da8a22
comparison
equal deleted inserted replaced
11906:8913546c6a4e 11907:d2db6426c88a
253 gtkdialogs.c \ 253 gtkdialogs.c \
254 gtkdnd-hints.c \ 254 gtkdnd-hints.c \
255 gtkeventloop.c \ 255 gtkeventloop.c \
256 gtkexpander.c \ 256 gtkexpander.c \
257 gtkft.c \ 257 gtkft.c \
258 gtkidle.c \
258 gtkimhtml.c \ 259 gtkimhtml.c \
259 gtkimhtmltoolbar.c \ 260 gtkimhtmltoolbar.c \
260 gtklog.c \ 261 gtklog.c \
261 gtkmain.c \ 262 gtkmain.c \
262 gtkmenutray.c \ 263 gtkmenutray.c \
274 gtkstatusbox.c \ 275 gtkstatusbox.c \
275 gtkstock.c \ 276 gtkstock.c \
276 gtkthemes.c \ 277 gtkthemes.c \
277 gtkutils.c \ 278 gtkutils.c \
278 gtkwhiteboard.c \ 279 gtkwhiteboard.c \
279 idle.c \
280 session.c 280 session.c
281 281
282 gaim_headers = \ 282 gaim_headers = \
283 $(dbus_headers) \ 283 $(dbus_headers) \
284 gaim.h \ 284 gaim.h \
299 gtkdnd-hints.h \ 299 gtkdnd-hints.h \
300 gtkeventloop.h \ 300 gtkeventloop.h \
301 gtkexpander.h \ 301 gtkexpander.h \
302 gtkft.h \ 302 gtkft.h \
303 gtkgaim.h \ 303 gtkgaim.h \
304 gtkidle.h \
304 gtkimhtml.h \ 305 gtkimhtml.h \
305 gtkimhtmltoolbar.h \ 306 gtkimhtmltoolbar.h \
306 gtklog.h \ 307 gtklog.h \
307 gtkmenutray.h \ 308 gtkmenutray.h \
308 gtknotify.h \ 309 gtknotify.h \