diff mcabber/src/Makefile.am @ 577:5c6d364130ee

Move IQ Jabber stuff to a separate file
author Mikael Berthe <mikael@lilotux.net>
date Sun, 04 Dec 2005 11:06:59 +0100
parents fa9149832af2
children 413e95f3051a
line wrap: on
line diff
--- a/mcabber/src/Makefile.am	Sun Dec 04 09:04:02 2005 +0100
+++ b/mcabber/src/Makefile.am	Sun Dec 04 11:06:59 2005 +0100
@@ -1,5 +1,6 @@
 bin_PROGRAMS = mcabber
-mcabber_SOURCES = main.c jabglue.c jabglue.h roster.c roster.h \
+mcabber_SOURCES = main.c roster.c roster.h \
+		  jabglue.c jabglue.h jab_iq.c jab_priv.h \
 		  commands.c commands.h compl.c compl.h \
 		  hbuf.c hbuf.h screen.c screen.h logprint.h \
 		  settings.c settings.h hooks.c hooks.h \