New file user_functions.c contains skeleton code for the /ctdl/u/... calls
[citadel.git] / webcit-ng / Makefile
index d1519e0a777c351a6e860c7cbb032c663ebd88c7..645e0260693768a8a6e03635753e08c77b155838 100644 (file)
@@ -1,4 +1,4 @@
-OBJS := http.o main.o request.o ssl.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 threaded_view.o html2html.o text2html.o
+OBJS := http.o main.o request.o ssl.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
 CFLAGS := -ggdb
 LDFLAGS :=