repmgrd: add --help output and update Makefile

This commit is contained in:
Ian Barwick
2017-06-12 09:11:32 +09:00
parent 9a1cdade59
commit bfa6f6709d
3 changed files with 53 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ $(info Building against PostgreSQL $(MAJORVERSION))
REPMGR_CLIENT_OBJS = repmgr-client.o repmgr-action-master.o repmgr-action-standby.o repmgr-action-cluster.o \
config.o log.o strutil.o dbutils.o dirutil.o compat.o controldata.o
REPMGRD_OBJS = repmgrd.o
REPMGRD_OBJS = repmgrd.o config.o log.o dbutils.o strutil.o
$(REPMGR_CLIENT_OBJS): repmgr-client.h