diff src/Makefile.am @ 13951:614c56622453

[gaim-migrate @ 16496] Rename gaim_buffer.c and .h to circbuffer.c and .h committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 16 Jul 2006 19:08:31 +0000
parents 25e63008d3bb
children dabbcb9b013d
line wrap: on
line diff
--- a/src/Makefile.am	Sun Jul 16 16:59:10 2006 +0000
+++ b/src/Makefile.am	Sun Jul 16 19:08:31 2006 +0000
@@ -70,6 +70,7 @@
 	blist.c \
 	buddyicon.c \
 	cipher.c \
+	circbuffer.c \
 	cmds.c \
 	connection.c \
 	conversation.c \
@@ -78,7 +79,6 @@
 	desktopitem.c \
 	eventloop.c \
 	ft.c \
-	gaim_buffer.c \
 	idle.c \
 	imgstore.c \
 	log.c \
@@ -117,6 +117,7 @@
 	blist.h \
 	buddyicon.h \
 	cipher.h \
+	circbuffer.h \
 	cmds.h \
 	connection.h \
 	conversation.h \
@@ -126,7 +127,6 @@
 	desktopitem.h \
 	eventloop.h \
 	ft.h \
-	gaim_buffer.h \
 	idle.h \
 	imgstore.h \
 	log.h \