--- a/src/server/plugins/postgresql/Makefile Tue Jan 25 17:45:56 2022 +0100 +++ b/src/server/plugins/postgresql/Makefile Thu Jan 27 15:47:18 2022 +0100 @@ -33,6 +33,7 @@ # list of source files SRC = init.c SRC += resource.c +SRC += service.c OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/server/plugins/postgresql/%$(OBJ_EXT))