diff src/Makefile.am @ 198:73e9a0bfff62

[gaim-migrate @ 208] Moved all the RVOUS stuff into rvous.c (mostly to reduce the size of dialogs.c). Started trying to implement FILE_GET_UID, without much luck. I'm going to do some dumps of the win client tomorrow to see if I can figure out what's going on a little better. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Apr 2000 10:39:35 +0000
parents 7b5d56a74b71
children b402a23f35df
line wrap: on
line diff
--- a/src/Makefile.am	Sun Apr 30 00:52:53 2000 +0000
+++ b/src/Makefile.am	Sun Apr 30 10:39:35 2000 +0000
@@ -2,14 +2,14 @@
 bin_PROGRAMS = gaim_applet
 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 server.c \
-	sound.c toc.c util.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
 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 server.c \
-	sound.c toc.c util.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
 endif