X-Git-Url: http://git.cascardo.info/?p=cascardo%2Fchat.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=15fe7469252962146fc3bf28e88a641ff83c73e3;hp=d85565837e50edb1c9741a50ec55886ac792a56d;hb=ded734abecf69e281222c987dc201586a46199e1;hpb=f0208965b5b575e8f3c929663c1f797a1f3cdfbc diff --git a/Makefile b/Makefile index d855658..15fe746 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,5 @@ -OBJECTS = sort_udns.o tcp_connect.o iksemel_extra.o tictactoe.o +OBJECTS = sort_udns.o tcp_connect.o iksemel_extra.o tictactoe.o \ + xmpp.o features.o CC = gcc CFLAGS = -g -Wall `pkg-config --cflags iksemel` LIBS = -ludns `pkg-config --libs iksemel`