changeset 435:feff1ae9d8da

[gaim-migrate @ 445] I'm a dweeb committer: Tailor Script <tailor@pidgin.im>
author Syd Logan <slogan>
date Sun, 25 Jun 2000 01:57:58 +0000
parents 634b93c7a473
children 7d5f91c1ff20
files src/Makefile.am
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/Makefile.am	Sun Jun 25 01:51:43 2000 +0000
+++ b/src/Makefile.am	Sun Jun 25 01:57:58 2000 +0000
@@ -3,13 +3,13 @@
 gaim_applet_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \
 	conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \
 	html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \
-	server.c sound.c toc.c util.c
+	server.c sound.c toc.c util.c ticker.c gtkticker.c
 else
 bin_PROGRAMS = gaim
 gaim_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \
 	conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \
 	html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c rvous.c \
-	server.c sound.c toc.c util.c
+	server.c sound.c toc.c util.c ticker.c gtkticker.c
 endif
 
 CFLAGS += -DLOCALEDIR=\"$(datadir)/locale\"