changeset 6342:c7de2a502d7c

[gaim-migrate @ 6841] added new source files committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Wed, 30 Jul 2003 15:17:45 +0000
parents 21378ec5764d
children 46355beb6c30
files src/protocols/irc/Makefile.mingw
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/irc/Makefile.mingw	Wed Jul 30 14:11:00 2003 +0000
+++ b/src/protocols/irc/Makefile.mingw	Wed Jul 30 15:17:45 2003 +0000
@@ -68,7 +68,10 @@
 ##  SOURCES, OBJECTS
 ##
 
-C_SRC =			irc.c
+C_SRC =			cmds.c \
+			irc.c \
+			msgs.c \
+			parse.c
 
 
 OBJECTS = $(C_SRC:%.c=%.o)