Only skip pages marked as clean in the visibility map, if the last 32
[PostgreSQL.git] / contrib / pg_standby / Makefile
blob0dde511149991bc51b94edc02834241c0ffd22eb
1 # $PostgreSQL$
3 PROGRAM = pg_standby
4 OBJS = pg_standby.o
6 PG_CPPFLAGS = -I$(libpq_srcdir)
7 PG_LIBS = $(libpq_pgport)
9 ifdef USE_PGXS
10 PG_CONFIG = pg_config
11 PGXS := $(shell $(PG_CONFIG) --pgxs)
12 include $(PGXS)
13 else
14 subdir = contrib/pg_standby
15 top_builddir = ../..
16 include $(top_builddir)/src/Makefile.global
17 include $(top_srcdir)/contrib/contrib-global.mk
18 endif