diff src/Makefile.am @ 10418:bed2c96bc1fb

[gaim-migrate @ 11669] I split the status-saving code into it's own little API, because it really is separate from the other status.c savedstatuses.c sits on top of the rest of the status API. And you can delete saved statuses now. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 26 Dec 2004 00:46:26 +0000
parents 242b5482910e
children 868aafbe859b
line wrap: on
line diff
--- a/src/Makefile.am	Sat Dec 25 20:24:17 2004 +0000
+++ b/src/Makefile.am	Sun Dec 26 00:46:26 2004 +0000
@@ -88,6 +88,7 @@
 	prpl.c \
 	request.c \
 	roomlist.c \
+	savedstatuses.c \
 	server.c \
 	sha.c \
 	signals.c \
@@ -127,6 +128,7 @@
 	prpl.h \
 	request.h \
 	roomlist.h \
+	savedstatuses.h \
 	server.h \
 	sha.h \
 	signals.h \
@@ -166,9 +168,9 @@
 	gtkpounce.c \
 	gtkrequest.c \
 	gtkroomlist.c \
+	gtksavedstatuses.c \
 	gtksound.c \
 	gtksourceiter.c \
-	gtkstatus.c \
 	gtkstatusselector.c \
 	gtkstock.c \
 	gtkthemes.c \
@@ -201,9 +203,9 @@
 	gtkpounce.h \
 	gtkrequest.h \
 	gtkroomlist.h \
+	gtksavedstatuses.h \
 	gtksound.h \
 	gtksourceiter.h \
-	gtkstatus.h \
 	gtkstatusselector.h \
 	gtkstock.h \
 	gtkutils.h \