comparison 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
comparison
equal deleted inserted replaced
6573:cc41123c684a 6574:6256c2903d56
67 ## 67 ##
68 ## SOURCES, OBJECTS 68 ## SOURCES, OBJECTS
69 ## 69 ##
70 70
71 C_SRC = yahoo.c \ 71 C_SRC = yahoo.c \
72 crypt.c 72 crypt.c \
73 util.c
73 74
74 75
75 OBJECTS = $(C_SRC:%.c=%.o) 76 OBJECTS = $(C_SRC:%.c=%.o)
76 77
77 78