X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fhcxmpp.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=89a6998b3bd815c716e6637ecad8169781a9bfeb;hp=cc14e6c24c8dc247cca21c2ec378b7636730119e;hb=40fb126bf869e43a4ff4763c76396abc0c5791d8;hpb=d50bdf2dfd70a1665cb2056dfd539e9768c2f505 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`