diff src/Makefile.am @ 2416:61b816a7b467

[gaim-migrate @ 2429] core.c. There's nothing here yet and nothing in it is used by default (though most of it is compiled). i need to split gaim.h into core.h and ui.h next. oh, and split struct conversation and move it completely out of the prpls. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 03 Oct 2001 07:49:38 +0000
parents a7ecfd3f7714
children 231866a8431a
line wrap: on
line diff
--- a/src/Makefile.am	Wed Oct 03 06:04:44 2001 +0000
+++ b/src/Makefile.am	Wed Oct 03 07:49:38 2001 +0000
@@ -10,6 +10,7 @@
 			buddy.c \
 			buddy_chat.c \
 			conversation.c \
+			core.c \
 			dialogs.c \
 			gaimrc.c \
 			gtkimhtml.c \
@@ -42,6 +43,7 @@
 		buddy.c \
 		buddy_chat.c \
 		conversation.c \
+		core.c \
 		dialogs.c \
 		gaimrc.c \
 		gtkimhtml.c \