X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=Makefile;h=275426f6c604d260c9ec73dd56a2ebbb2fd750ad;hp=15fe7469252962146fc3bf28e88a641ff83c73e3;hb=fee0c9537ee0b8dc497fd789d0c20e5db09766a8;hpb=fda5401ec167ff1f13aabe4fa0bba5e788ee7cd7 diff --git a/Makefile b/Makefile index 15fe746..275426f 100644 --- 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