diff gtk/Makefile.am @ 14681:2c1781ea074c

[gaim-migrate @ 17433] Depluginize the docklet. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 05 Oct 2006 23:24:00 +0000
parents e5ec8647d1a7
children a8c2af13b96d
line wrap: on
line diff
--- a/gtk/Makefile.am	Wed Oct 04 20:31:44 2006 +0000
+++ b/gtk/Makefile.am	Thu Oct 05 23:24:00 2006 +0000
@@ -59,6 +59,7 @@
 bin_PROGRAMS = gaim
 
 gaim_SOURCES = \
+	eggtrayicon.c \
 	gaimcombobox.c \
 	gaimstock.c \
 	gtkaccount.c \
@@ -73,6 +74,8 @@
 	gtkdebug.c \
 	gtkdialogs.c \
 	gtkdnd-hints.c \
+	gtkdocklet.c \
+	gtkdocklet-x11.c \
 	gtkeventloop.c \
 	gtkexpander.c \
 	gtkft.c \
@@ -100,6 +103,7 @@
 	gtkwhiteboard.c
 
 gaim_headers = \
+	eggtrayicon.h \
 	gtkaccount.h \
 	gtkblist.h \
 	gtkcelllayout.h \
@@ -116,6 +120,7 @@
 	gtkdebug.h \
 	gtkdialogs.h \
 	gtkdnd-hints.h \
+	gtkdocklet.h \
 	gtkeventloop.h \
 	gtkexpander.h \
 	gtkft.h \