diff --git a/Makefile b/Makefile index 963e23a6..e4e78c48 100644 --- a/Makefile +++ b/Makefile @@ -3,8 +3,8 @@ # Copyright (c) 2ndQuadrant, 2010 # -PROGRAM = repmgr -OBJS = config.o dbutils.o main.o +PROGRAM = repmgrd +OBJS = config.o dbutils.o repmgrd.o PG_CPPFLAGS = -I$(libpq_srcdir) PG_LIBS = $(libpq_pgport) diff --git a/main.c b/repmgrd.c similarity index 100% rename from main.c rename to repmgrd.c