diff libpurple/protocols/bonjour/Makefile.am @ 21437:db7fa42845f6

Patch from some Intel folks to implement file transfer in Bonjour using XEP-0096 and 0065. This hopefully will work with Gaijm (haven't yet tested) and, of course, between libpurple instances; it will not work with Adium or iChat.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 12 Nov 2007 03:37:14 +0000
parents c2d3c9fc71b5
children 41959f031322
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/Makefile.am	Mon Nov 12 02:43:06 2007 +0000
+++ b/libpurple/protocols/bonjour/Makefile.am	Mon Nov 12 03:37:14 2007 +0000
@@ -18,7 +18,9 @@
 	mdns_interface.h \
 	mdns_types.h \
 	parser.c \
-	parser.h
+	parser.h \
+	bonjour_ft.c \
+	bonjour_ft.h 
 
 if MDNS_AVAHI
   BONJOURSOURCES += mdns_avahi.c