X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fhcxmpp.git;a=blobdiff_plain;f=Makefile;h=f45bdd989a6c591d0f1bac2d39079f83fb57210a;hp=275426f6c604d260c9ec73dd56a2ebbb2fd750ad;hb=8729c58972d65ab4b4b7ef3da9bcaf0d7f237d4c;hpb=fee0c9537ee0b8dc497fd789d0c20e5db09766a8 diff --git a/Makefile b/Makefile index 275426f..f45bdd9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ OBJECTS = sort_udns.o tcp_connect.o iksemel_extra.o tictactoe.o \ - xmpp.o features.o sasl.o + xmpp.o features.o sasl.o bind.o CC = gcc CFLAGS = -g -Wall `pkg-config --cflags iksemel libgsasl` LIBS = -ludns `pkg-config --libs iksemel libgsasl`