Created XMPP context and better features parser
[cascardo/chat.git] / Makefile
index d855658..15fe746 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,5 @@
-OBJECTS = sort_udns.o tcp_connect.o iksemel_extra.o tictactoe.o
+OBJECTS = sort_udns.o tcp_connect.o iksemel_extra.o tictactoe.o \
+       xmpp.o features.o
 CC = gcc
 CFLAGS = -g -Wall `pkg-config --cflags iksemel`
 LIBS = -ludns `pkg-config --libs iksemel`