comparison: src/server/plugins/postgresql/Makefile
src/server/plugins/postgresql/Makefile
- branch
- webdav
- changeset 366
- 47bc686fafe4
- parent 299
- f927ef81a12b
- child 399
- 05d4e75d1912
equal
deleted
inserted
replaced
| 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 SRC += webdav.c |
| |
39 SRC += config.c |
| 39 |
40 |
| 40 TEST_SRC = pgtest.c |
41 TEST_SRC = pgtest.c |
| 41 |
42 |
| 42 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT)) |
43 OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT)) |
| 43 |
44 |