src/server/webdav/objs.mk

branch
webdav
changeset 211
2160585200ac
parent 107
7e81699d1f77
child 217
8ed14d76db42
equal deleted inserted replaced
210:21274e5950af 211:2160585200ac
1 # 1 #
2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. 2 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3 # 3 #
4 # Copyright 2013 Olaf Wintermann. All rights reserved. 4 # Copyright 2019 Olaf Wintermann. All rights reserved.
5 # 5 #
6 # Redistribution and use in source and binary forms, with or without 6 # Redistribution and use in source and binary forms, with or without
7 # modification, are permitted provided that the following conditions are met: 7 # modification, are permitted provided that the following conditions are met:
8 # 8 #
9 # 1. Redistributions of source code must retain the above copyright notice, 9 # 1. Redistributions of source code must retain the above copyright notice,
29 DAV_SRC_DIR = server/webdav/ 29 DAV_SRC_DIR = server/webdav/
30 30
31 DAV_OBJPRE = $(OBJ_DIR)$(DAV_SRC_DIR) 31 DAV_OBJPRE = $(OBJ_DIR)$(DAV_SRC_DIR)
32 32
33 DAVOBJ = webdav.o 33 DAVOBJ = webdav.o
34 DAVOBJ += requestparser.o
35 DAVOBJ += multistatus.o
36 DAVOBJ += search.o
37 DAVOBJ += versioning.o
34 38
35 DAVOBJS = $(DAVOBJ:%=$(DAV_OBJPRE)%) 39 DAVOBJS = $(DAVOBJ:%=$(DAV_OBJPRE)%)
36 DAVSOURCE = $(DAVOBJ:%.o=webdav/%.c) 40 DAVSOURCE = $(DAVOBJ:%.o=webdav/%.c)

mercurial