X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=5722ba5359a9539ac2a5b0bdc0c7e1c7c25020d4;hb=fff174451c104dd5dab4517a71b660263ffd8b4e;hp=bf270462bc22245f7ba24b2e678b63ceae6d12d5;hpb=1bce37f32d8cfc9441b35f40fd0070163b0e945d;p=blerg.git diff --git a/Makefile b/Makefile index bf27046..5722ba5 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ LDFLAGS = -Llibmicrohttpd-0.9.3/src/daemon/.libs -Lyajl/build/yajl-1.0.11/lib targets = blerg.a blergtool http_blerg blerg_a_objects = database.o tags.o blergtool_objects = blergtool.o blerg.a -http_blerg_objects = http_blerg.o auth.o blerg.a +http_blerg_objects = http_blerg.o canned_responses.o auth.o blerg.a all: $(targets)