X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit-ng%2FMakefile;h=5431797ebcd52000efe8b45091f8490866e25da6;hb=a950795fe131cad9e3007bd1c3c28beec5a87e0f;hp=5a96ee2c67c59f1f2bb5ca17c653700324ba90a8;hpb=1a6ba52d8841262a040ec5ef35203b41a942642b;p=citadel.git diff --git a/webcit-ng/Makefile b/webcit-ng/Makefile index 5a96ee2c6..5431797eb 100644 --- a/webcit-ng/Makefile +++ b/webcit-ng/Makefile @@ -1,6 +1,7 @@ OBJS := http.o main.o request.o tls.o static.o tcp_sockets.o webserver.o ctdlclient.o \ admin_functions.o room_functions.o util.o caldav_reports.o messages.o \ - ctdlfunctions.o ctdl_commands.o forum_view.o html2html.o text2html.o user_functions.o + ctdlfunctions.o ctdl_commands.o forum_view.o html2html.o text2html.o user_functions.o \ + floor_functions.o CFLAGS := -ggdb -Wno-format-truncation LDFLAGS :=