Rename config.[ch] to configfile.[ch]

This commit is contained in:
Ian Barwick
2017-07-16 09:41:26 +09:00
parent b1051bfca2
commit a29bc3e0fa
8 changed files with 11 additions and 12 deletions

View File

@@ -28,8 +28,8 @@ $(info Building against PostgreSQL $(MAJORVERSION))
REPMGR_CLIENT_OBJS = repmgr-client.o \
repmgr-action-primary.o repmgr-action-standby.o repmgr-action-bdr.o repmgr-action-cluster.o \
config.o log.o strutil.o dbutils.o dirutil.o compat.o controldata.o
REPMGRD_OBJS = repmgrd.o repmgrd-physical.o repmgrd-bdr.o config.o log.o dbutils.o strutil.o
configfile.o log.o strutil.o dbutils.o dirutil.o compat.o controldata.o
REPMGRD_OBJS = repmgrd.o repmgrd-physical.o repmgrd-bdr.o configfile.o log.o dbutils.o strutil.o
$(REPMGR_CLIENT_OBJS): repmgr-client.h
@@ -61,7 +61,7 @@ additional-clean:
rm -f repmgrd-physical.o
rm -f repmgrd-bdr.o
rm -f compat.o
rm -f config.o
rm -f configfile.o
rm -f controldata.o
rm -f dbutils.o
rm -f dirutil.o