src/server/webdav/objs.mk

changeset 385
a1f4cb076d2f
parent 224
0de1ec82628e
child 479
2a42ba73ecdd
--- a/src/server/webdav/objs.mk	Tue Aug 13 22:14:32 2019 +0200
+++ b/src/server/webdav/objs.mk	Sat Sep 24 16:26:10 2022 +0200
@@ -1,7 +1,7 @@
 #
 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 #
-# Copyright 2013 Olaf Wintermann. All rights reserved.
+# Copyright 2019 Olaf Wintermann. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
@@ -31,6 +31,12 @@
 DAV_OBJPRE = $(OBJ_DIR)$(DAV_SRC_DIR)
 
 DAVOBJ = webdav.o
+DAVOBJ += xml.o
+DAVOBJ += requestparser.o
+DAVOBJ += operation.o
+DAVOBJ += multistatus.o
+DAVOBJ += search.o
+DAVOBJ += versioning.o
 
 DAVOBJS = $(DAVOBJ:%=$(DAV_OBJPRE)%)
 DAVSOURCE = $(DAVOBJ:%.o=webdav/%.c)

mercurial