Support for SASL PLAIN authentication
[cascardo/chat.git] / Makefile
index 15fe746..275426f 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,8 @@
 OBJECTS = sort_udns.o tcp_connect.o iksemel_extra.o tictactoe.o \
-       xmpp.o features.o
+       xmpp.o features.o sasl.o
 CC = gcc
-CFLAGS = -g -Wall `pkg-config --cflags iksemel`
-LIBS = -ludns `pkg-config --libs iksemel`
+CFLAGS = -g -Wall `pkg-config --cflags iksemel libgsasl`
+LIBS = -ludns `pkg-config --libs iksemel libgsasl`
 
 all: tictactoe