Skip to content

Commit fe1cc1e

Browse files
committed
pg_standby doesn't need to be linked with libpq. Fujii Masao.
1 parent de160e2 commit fe1cc1e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

contrib/pg_standby/Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
1-
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.4 2007/11/10 23:59:51 momjian Exp $
1+
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.5 2009/07/16 09:59:46 heikki Exp $
22

33
PROGRAM = pg_standby
44
OBJS = pg_standby.o
55

6-
PG_CPPFLAGS = -I$(libpq_srcdir)
7-
PG_LIBS = $(libpq_pgport)
8-
96
ifdef USE_PGXS
107
PG_CONFIG = pg_config
118
PGXS := $(shell $(PG_CONFIG) --pgxs)

0 commit comments

Comments
 (0)