diff src/Makefile.am @ 8273:f24172f53650

[gaim-migrate @ 8997] This is Scott Lamb's eventloop abstraction patch. If it breaks things, Scott Lamb will be glad to take the punishment. If it doesn't, it should make integration into other event loops easier. Well, no, not easier, harder actually, but it'll be done more appropriately and less hackily.. er, hacky. Is hackily a word? committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Tue, 17 Feb 2004 02:17:48 +0000
parents f50c059b6384
children 4eb4b2a6c604
line wrap: on
line diff
--- a/src/Makefile.am	Tue Feb 17 01:33:20 2004 +0000
+++ b/src/Makefile.am	Tue Feb 17 02:17:48 2004 +0000
@@ -70,6 +70,8 @@
 	core.h \
 	debug.c \
 	debug.h \
+	eventloop.c \
+	eventloop.h \
 	ft.c \
 	ft.h \
 	imgstore.c \
@@ -145,6 +147,8 @@
 	gtkconv.h \
 	gtkdebug.c \
 	gtkdebug.h \
+	gtkeventloop.c \
+	gtkeventloop.h \
 	gtkft.c \
 	gtkft.h \
 	gtkimhtml.c \