Skip to content

Commit c6ab295

Browse files
committed
Add receive files for build.
1 parent 71ed1e5 commit c6ab295

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,14 @@ datapagemap.c: % : $(top_srcdir)/src/bin/pg_rewind/%
5959
rm -f $@ && $(LN_S) $< .
6060
datapagemap.h: % : $(top_srcdir)/src/bin/pg_rewind/%
6161
rm -f && $(LN_S) $< .
62+
receivelog.c: % : $(top_srcdir)/src/bin/pg_basebackup/%
63+
rm -f && $(LN_S) $< .
64+
receivelog.h: % : $(top_srcdir)/src/bin/pg_basebackup/%
65+
rm -f && $(LN_S) $< .
66+
streamutil.c: % : $(top_srcdir)/src/bin/pg_basebackup/%
67+
rm -f && $(LN_S) $< .
68+
streamutil.h: % : $(top_srcdir)/src/bin/pg_basebackup/%
69+
rm -f && $(LN_S) $< .
6270

6371
PG_CONFIG = pg_config
6472
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)