diff src/Makefile.am @ 11475:7fab28c991f3

[gaim-migrate @ 13717] merging gaim-doodle/whiteboard/whatever you like to call it. Needs some cleanups and doxygen comments, but has basic functionality committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Fri, 09 Sep 2005 04:40:21 +0000
parents 9f6df41df587
children b47708f46a38
line wrap: on
line diff
--- a/src/Makefile.am	Fri Sep 09 04:00:35 2005 +0000
+++ b/src/Makefile.am	Fri Sep 09 04:40:21 2005 +0000
@@ -101,7 +101,8 @@
 	upnp.c \
 	util.c \
 	value.c \
-	xmlnode.c
+	xmlnode.c \
+	whiteboard.c
 
 gaim_coreheaders = \
 	account.h \
@@ -146,7 +147,8 @@
 	util.h \
 	value.h \
 	version.h \
-	xmlnode.h
+	xmlnode.h \
+	whiteboard.h
 
 
 
@@ -271,7 +273,8 @@
 	gtkthemes.c \
 	gtkutils.c \
 	idle.c \
-	session.c
+	session.c \
+	gtkwhiteboard.c
 
 gaim_headers = \
 	$(dbus_headers) \
@@ -311,7 +314,8 @@
 	gtkstatusbox.h \
 	gtkstock.h \
 	gtkutils.h \
-	internal.h
+	internal.h \
+	gtkwhiteboard.h
 
 gaimincludedir=$(includedir)/gaim
 gaiminclude_HEADERS = \