X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=Makefile;h=89a6998b3bd815c716e6637ecad8169781a9bfeb;hb=refs%2Fheads%2Fmaster;hp=cc14e6c24c8dc247cca21c2ec378b7636730119e;hpb=d3a770cb9f1cdc233d807a8bec0a1a514b043789;p=cascardo%2Fhcxmpp.git diff --git a/Makefile b/Makefile index cc14e6c..89a6998 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OBJECTS = sort_udns.o tcp_connect.o iksemel_extra.o \ - xmpp.o features.o sasl.o bind.o disco.o hook.o message.o + xmpp.o features.o sasl.o bind.o disco.o hook.o message.o presence.o CC = gcc CFLAGS = -g -Wall `pkg-config --cflags iksemel libgsasl glib-2.0 gtk+-2.0` LIBS = -ludns `pkg-config --libs iksemel libgsasl glib-2.0 gtk+-2.0`