comparison src/protocols/rendezvous/Makefile.mingw @ 10549:8bc7ba019e96

[gaim-migrate @ 11919] This should make rendezvous compile again. It's back to being able to somewhat sign on and see other people. Still nowhere near being able to message. I think I want to work on messaging, then maybe come back and look into using a third party lib or maybe just an external mDNS server for presence. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 27 Jan 2005 05:28:08 +0000
parents dbbf5470ba05
children
comparison
equal deleted inserted replaced
10548:1596ade00664 10549:8bc7ba019e96
66 66
67 ## 67 ##
68 ## SOURCES, OBJECTS 68 ## SOURCES, OBJECTS
69 ## 69 ##
70 70
71 C_SRC = mdns.c \ 71 C_SRC = direct.c \
72 mdns.c \
72 mdns_cache.c \ 73 mdns_cache.c \
73 rendezvous.c 74 rendezvous.c
74 75
75 76
76 OBJECTS = $(C_SRC:%.c=%.o) 77 OBJECTS = $(C_SRC:%.c=%.o)