src/server/Makefile

changeset 662
70fdf948b642
parent 504
c094afcdfb27
--- a/src/server/Makefile	Tue Feb 03 19:09:53 2026 +0100
+++ b/src/server/Makefile	Fri Feb 06 14:06:04 2026 +0100
@@ -44,6 +44,7 @@
 include webdav/objs.mk
 include daemon/objs.mk
 include config/objs.mk
+include proxy/objs.mk
 include admin/objs.mk
 include test/objs.mk
 
@@ -52,14 +53,15 @@
 include webdav/Makefile
 include daemon/Makefile
 include config/Makefile
+include proxy/Makefile
 include admin/Makefile
 include test/Makefile
 
-MAINOBJS = $(UTILOBJS) $(SAFOBJS) $(DAVOBJS) $(DAEMONOBJS) $(CONFOBJS) $(ADMINOBJS)
+MAINOBJS = $(UTILOBJS) $(SAFOBJS) $(DAVOBJS) $(DAEMONOBJS) $(CONFOBJS) $(PROXYOBJS) $(ADMINOBJS)
 
 TESTOBJS += $(MAINOBJS)
 
-OBJ_DIRS = daemon safs ucx util webdav config admin plugins test
+OBJ_DIRS = daemon safs ucx util webdav config proxy admin plugins test
 MK_OBJ_DIRS = $(OBJ_DIRS:%=$(OBJ_DIR)server/%)
 
 WS_CFLAGS = -I../ucx/

mercurial