mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Add logging and repmgr command sanity checks
This commit is contained in:
@@ -26,7 +26,7 @@ include Makefile.global
|
||||
|
||||
$(info Building against PostgreSQL $(MAJORVERSION))
|
||||
|
||||
REPMGR_CLIENT_OBJS = repmgr-client.o config.o
|
||||
REPMGR_CLIENT_OBJS = repmgr-client.o config.o log.o
|
||||
REPMGRD_OBJS = repmgrd.o
|
||||
|
||||
repmgr4: $(REPMGR_CLIENT_OBJS)
|
||||
|
||||
Reference in New Issue
Block a user