projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0a12de
)
Add pg_rewind subdir to Makefile
author
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Jan 2015 14:53:28 +0000
(16:53 +0200)
committer
Heikki Linnakangas
<
[email protected]
>
Fri, 16 Jan 2015 14:53:28 +0000
(16:53 +0200)
src/bin/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/Makefile
b/src/bin/Makefile
index 2b628f317626356ac985b01dd40f79ed096cc890..c01e7f4d73f3462157dd8374b656b6685d8fbe42 100644
(file)
--- 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