diff --git a/Makefile.in b/Makefile.in index 8a2fb10a..0b7f1e21 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,10 +13,8 @@ DATA = \ repmgr--unpackaged--4.0.sql \ repmgr--4.0.sql - # Hacky workaround to install the binaries -SCRIPTS_built = repmgr repmgrd - +SCRIPTS += repmgr repmgrd # When in development add -Werror PG_CPPFLAGS = -std=gnu89 -I$(libpq_srcdir) -Wall -Wmissing-prototypes -Wmissing-declarations $(EXTRA_CFLAGS) @@ -29,6 +27,7 @@ OBJS = \ include Makefile.global + $(info Building against PostgreSQL $(MAJORVERSION)) REPMGR_CLIENT_OBJS = repmgr-client.o \