diff 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
line wrap: on
line diff
--- a/src/Makefile.am	Sat Apr 26 05:31:26 2003 +0000
+++ b/src/Makefile.am	Sat Apr 26 06:46:08 2003 +0000
@@ -10,6 +10,8 @@
 	conversation.h \
 	core.c \
 	core.h \
+	debug.c \
+	debug.h \
 	event.c \
 	event.h \
 	ft.c \
@@ -48,6 +50,8 @@
 	gtkcellrendererprogress.h \
 	gtkconv.c \
 	gtkconv.h \
+	gtkdebug.c \
+	gtkdebug.h \
 	gtkft.c \
 	gtkft.h \
 	gtkimhtml.c \