src/server/plugins/postgresql/Makefile

branch
webdav
changeset 275
535004faa1a5
parent 272
f210681d9dd0
child 287
a171da778817
equal deleted inserted replaced
274:607712fb3c66 275:535004faa1a5
32 32
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 38
38 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT)) 39 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT))
39 40
40 BUILD_DIR = $(BUILD_ROOT)/build/server/plugins/postgresql 41 BUILD_DIR = $(BUILD_ROOT)/build/server/plugins/postgresql
41 42

mercurial