X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=e46eb6d1aca16c11b2db7f8a8ec56f8942137252;hb=948ce5be6ef6bba36edfb544565ca22e316afb0a;hp=37895184edd3d673a58978be16f41ffc052df58f;hpb=11a8fc5067092c3617239106d75f23fe837834f8;p=blerg.git diff --git a/Makefile b/Makefile index 3789518..e46eb6d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ include libs.mk ARCH=$(shell uname -m) -CFLAGS ?= -g +CFLAGS ?= -g -Wall ifeq ($(ARCH),x86_64) CFLAGS += -fPIC endif @@ -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 @@ -112,6 +112,7 @@ install-environment: all docs $(ENV_DIR)/www/css/ install --mode 644 www/doc/changelog.html www/doc/index.html \ www/doc/post_help.html www/doc/privacy_data.html \ + www/doc/contact.html \ $(ENV_DIR)/www/doc/ install --mode 644 www/doc/perl/Blerg-Database.html \ $(ENV_DIR)/www/doc/perl/