X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;h=2e49315f050987c6226d421d0255103bd03ad311;hb=96ec261b36bdbb701e05f5ee1aab70dec44085f9;hp=5113e701f6898df8fee225723cd599cbf1c9dda7;hpb=3d475d15c024ccda534c711a305a5a0e6da60870;p=blerg.git diff --git a/Makefile b/Makefile index 5113e70..2e49315 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ HTTP_LIBDIRS = -Llibmicrohttpd-0.9.3/src/daemon/.libs -Lyajl/build/yajl-1.0.11/l CGI_LIBDIRS = -Lcgi-util-2.2.1 -Lyajl/build/yajl-1.0.11/lib targets = blerg.a blergtool http_blerg cgi_blerg -blerg_a_objects = database/database.o database/tags.o +blerg_a_objects = database/database.o database/tags.o database/util.o blergtool_objects = tools/blergtool.o blerg.a http_blerg_objects = http/http_blerg.o http/canned_responses.o common/app.o common/auth.o blerg.a cgi_blerg_objects = cgi/cgi_blerg.o common/app.o common/auth.o blerg.a