X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=c66d758e64f6d5ad7bfb491407af16fd20b8ff99;hb=973130f7802a00204d7b032bd941b2d9cdac8e81;hp=40ebc63c75afd5e1d8a15ab6990d1c9de33bfa73;hpb=b8fe46e27d53b5a03b5d27b59bae40a6445e9b8d;p=blerg.git diff --git a/Makefile b/Makefile index 40ebc63..c66d758 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ HTTP_LIBDIRS = $(MHD_LIBDIR) $(YAJL_LIBDIR) CGI_LIBDIRS = $(CGI_UTIL_LIBDIR) $(YAJL_LIBDIR) targets = blerg.a blerg_auth.a blergtool blerglatest blerg.cgi perl-lib www/build/enyo-blerg.js -blerg_a_objects = database/database.o database/tags.o database/util.o database/configuration.o database/subscription.o common/stringbucket.o +blerg_a_objects = database/database.o database/tags.o database/util.o database/configuration.o database/subscription.o common/stringbucket.o common/stringring.o blerg_auth_a_objects = common/auth.o common/md5.o blergtool_objects = tools/blergtool.o blerg.a blerglatest_objects = tools/blerglatest.o blerg.a common/json.o