Some cleanup, genericize JSON iterator to accept a list of record IDs.
[blerg.git] / Makefile
index bf27046..5722ba5 100644 (file)
--- 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)