diff 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
line wrap: on
line diff
--- a/src/protocols/rendezvous/Makefile.am	Thu Jan 27 05:24:26 2005 +0000
+++ b/src/protocols/rendezvous/Makefile.am	Thu Jan 27 05:28:08 2005 +0000
@@ -4,6 +4,8 @@
 pkgdir = $(libdir)/gaim
 
 RENDEZVOUSSOURCES = \
+	direct.c \
+	direct.h \
 	mdns.c \
 	mdns.h \
 	mdns_cache.c \