/ctdl/f/ to get a list of all floors
[citadel.git] / webcit-ng / Makefile
index 5a96ee2c67c59f1f2bb5ca17c653700324ba90a8..5431797ebcd52000efe8b45091f8490866e25da6 100644 (file)
@@ -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 :=