src/server/plugins/postgresql/Makefile

branch
webdav
changeset 299
f927ef81a12b
parent 287
a171da778817
child 366
47bc686fafe4
equal deleted inserted replaced
298:8f5c556120a5 299:f927ef81a12b
33 # list of source files 33 # list of source files
34 SRC = init.c 34 SRC = init.c
35 SRC += resource.c 35 SRC += resource.c
36 SRC += service.c 36 SRC += service.c
37 SRC += vfs.c 37 SRC += vfs.c
38 SRC += webdav.c
38 39
39 TEST_SRC = pgtest.c 40 TEST_SRC = pgtest.c
40 41
41 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT)) 42 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT))
42 43

mercurial