changeset 11765:d8be45dfa316

[gaim-migrate @ 14056] The list of files in BONJOURSOURCES describes what should be included in the tarballs. For the tarballs to be usable, the header files need to be included. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 23 Oct 2005 21:43:52 +0000
parents 599c3073f561
children fa78d6b8ec7d
files src/protocols/bonjour/Makefile.am
diffstat 1 files changed, 5 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/protocols/bonjour/Makefile.am	Sun Oct 23 21:11:26 2005 +0000
+++ b/src/protocols/bonjour/Makefile.am	Sun Oct 23 21:43:52 2005 +0000
@@ -5,9 +5,13 @@
 
 BONJOURSOURCES = \
 	bonjour.c \
+	bonjour.h \
 	buddy.c \
+	buddy.h \
 	dns_sd.c \
-	jabber.c
+	dns_sd.h \
+	jabber.c \
+	jabber.h
 
 AM_CFLAGS = $(st)