diff plugins/docklet/Makefile.am @ 6208:3e3ee3cba192

[gaim-migrate @ 6694] Robot101: I fixed the docklet stuff, little buglet with not redrawing after a redisplay, and I spiffed everything up and moved code around for no reason committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 18 Jul 2003 03:45:39 +0000
parents fcc28f5dd0c8
children 643c7d3a18c2
line wrap: on
line diff
--- a/plugins/docklet/Makefile.am	Fri Jul 18 03:27:01 2003 +0000
+++ b/plugins/docklet/Makefile.am	Fri Jul 18 03:45:39 2003 +0000
@@ -11,11 +11,11 @@
 plugin_LTLIBRARIES = docklet.la
 
 docklet_la_SOURCES = \
+	eggtrayicon.h \
+	eggtrayicon.c \
 	docklet.h \
 	docklet.c \
-	eggtrayicon.h \
-	eggtrayicon.c \
-	trayicon-x11.c
+	docklet-x11.c
 
 endif