| 31 include $(BUILD_ROOT)/config.mk |
31 include $(BUILD_ROOT)/config.mk |
| 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 |
37 |
| 37 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT)) |
38 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT)) |
| 38 |
39 |
| 39 BUILD_DIR = $(BUILD_ROOT)/build/server/plugins/postgresql |
40 BUILD_DIR = $(BUILD_ROOT)/build/server/plugins/postgresql |
| 40 |
41 |