diff src/protocols/yahoo/Makefile.mingw @ 6574:6256c2903d56

[gaim-migrate @ 7096] util.c added committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 22 Aug 2003 21:05:39 +0000
parents bb7723f0b4b9
children 57a24492434b
line wrap: on
line diff
--- a/src/protocols/yahoo/Makefile.mingw	Fri Aug 22 20:06:18 2003 +0000
+++ b/src/protocols/yahoo/Makefile.mingw	Fri Aug 22 21:05:39 2003 +0000
@@ -69,7 +69,8 @@
 ##
 
 C_SRC =			yahoo.c \
-			crypt.c
+			crypt.c \
+			util.c
 
 
 OBJECTS = $(C_SRC:%.c=%.o)