comparison src/Makefile.am @ 5211:0241d6b6702d

[gaim-migrate @ 5581] Wrote a new debugging API, and of course core/ui split it. Debug statements can now have debug levels and categories, for future filtering of stuff, and color highlighting. It's nifty, m'kay? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 26 Apr 2003 06:46:08 +0000
parents ffac5e345451
children 1a53330dfd34
comparison
equal deleted inserted replaced
5210:39bb2a35f8d9 5211:0241d6b6702d
8 CORESOURCES = \ 8 CORESOURCES = \
9 conversation.c \ 9 conversation.c \
10 conversation.h \ 10 conversation.h \
11 core.c \ 11 core.c \
12 core.h \ 12 core.h \
13 debug.c \
14 debug.h \
13 event.c \ 15 event.c \
14 event.h \ 16 event.h \
15 ft.c \ 17 ft.c \
16 ft.h \ 18 ft.h \
17 plugin.c \ 19 plugin.c \
46 gaimrc.c \ 48 gaimrc.c \
47 gtkcellrendererprogress.c \ 49 gtkcellrendererprogress.c \
48 gtkcellrendererprogress.h \ 50 gtkcellrendererprogress.h \
49 gtkconv.c \ 51 gtkconv.c \
50 gtkconv.h \ 52 gtkconv.h \
53 gtkdebug.c \
54 gtkdebug.h \
51 gtkft.c \ 55 gtkft.c \
52 gtkft.h \ 56 gtkft.h \
53 gtkimhtml.c \ 57 gtkimhtml.c \
54 gtkimhtml.h \ 58 gtkimhtml.h \
55 gtklist.h \ 59 gtklist.h \