From: Heikki Linnakangas Date: Fri, 16 Jan 2015 14:53:28 +0000 (+0200) Subject: Add pg_rewind subdir to Makefile X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=7351ca899eaf5aba086876d54d01df38f469ec18;p=users%2Fheikki%2Fpostgres.git Add pg_rewind subdir to Makefile --- diff --git a/src/bin/Makefile b/src/bin/Makefile index 2b628f3176..c01e7f4d73 100644 --- a/src/bin/Makefile +++ b/src/bin/Makefile @@ -14,7 +14,8 @@ top_builddir = ../.. include $(top_builddir)/src/Makefile.global SUBDIRS = initdb pg_ctl pg_dump \ - psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup + psql scripts pg_config pg_controldata pg_resetxlog pg_basebackup \ + pg_rewind ifeq ($(PORTNAME), win32) SUBDIRS += pgevent