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 |