diff src/Makefile.am @ 3391:412d1035d666

[gaim-migrate @ 3410] Pluginzed the ticker. the ticker will load itself if the old ticker option was set. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 11 Aug 2002 06:42:17 +0000
parents de3118740c87
children 59589bb7ce1e
line wrap: on
line diff
--- a/src/Makefile.am	Sat Aug 10 02:42:55 2002 +0000
+++ b/src/Makefile.am	Sun Aug 11 06:42:17 2002 +0000
@@ -15,7 +15,6 @@
 			gaimrc.c \
 			gtkimhtml.c \
 			gtkspell.c \
-			gtkticker.c \
 			html.c \
 			idle.c \
 			list.c \
@@ -29,7 +28,6 @@
 			prpl.c \
 			server.c \
 			sound.c \
-			ticker.c \
 			util.c
 gaim_applet_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
 gaim_applet_LDFLAGS = -export-dynamic
@@ -49,7 +47,6 @@
 		gaimrc.c \
 		gtkimhtml.c \
 		gtkspell.c \
-		gtkticker.c \
 		html.c \
 		idle.c \
 		list.c \
@@ -63,7 +60,6 @@
 		prpl.c \
 		server.c \
 		sound.c \
-		ticker.c \
 		util.c
 gaim_DEPENDENCIES = @LIBOBJS@ $(STATIC_LINK_LIBS)
 gaim_LDFLAGS = -export-dynamic
@@ -84,7 +80,6 @@
 		getopt1.c \
 		gtkimhtml.h \
 		gtkspell.h \
-		gtkticker.h \
 		md5.h \
 		multi.h \
 		prpl.h \