changeset 27329:b0f0579f5f22

I had to make these changes to get "make check" to run
author Mark Doliner <mark@kingant.net>
date Thu, 02 Jul 2009 08:15:49 +0000
parents e28b627be482
children 6271a72ba4f6
files libpurple/protocols/jabber/jutil.h libpurple/tests/Makefile.am
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jutil.h	Thu Jul 02 07:33:17 2009 +0000
+++ b/libpurple/protocols/jabber/jutil.h	Thu Jul 02 08:15:49 2009 +0000
@@ -28,6 +28,8 @@
 	char *resource;
 } JabberID;
 
+#include "jabber.h"
+
 JabberID* jabber_id_new(const char *str);
 void jabber_id_free(JabberID *jid);
 
--- a/libpurple/tests/Makefile.am	Thu Jul 02 07:33:17 2009 +0000
+++ b/libpurple/tests/Makefile.am	Thu Jul 02 08:15:49 2009 +0000
@@ -18,6 +18,7 @@
         @CHECK_CFLAGS@ \
 		$(GLIB_CFLAGS) \
 		$(DEBUG_CFLAGS) \
+		$(LIBXML_CFLAGS) \
 		-I.. \
 		-I$(top_srcdir)/libpurple \
 		-DBUILDDIR=\"$(top_builddir)\"