comparison src/protocols/rendezvous/Makefile.am @ 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 fe9f4eee3dcb
children 2cc05a9e944d
comparison
equal deleted inserted replaced
10548:1596ade00664 10549:8bc7ba019e96
2 Makefile.mingw 2 Makefile.mingw
3 3
4 pkgdir = $(libdir)/gaim 4 pkgdir = $(libdir)/gaim
5 5
6 RENDEZVOUSSOURCES = \ 6 RENDEZVOUSSOURCES = \
7 direct.c \
8 direct.h \
7 mdns.c \ 9 mdns.c \
8 mdns.h \ 10 mdns.h \
9 mdns_cache.c \ 11 mdns_cache.c \
10 mdns_cache.h \ 12 mdns_cache.h \
11 rendezvous.c 13 rendezvous.c