We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de160e2 commit fe1cc1eCopy full SHA for fe1cc1e
contrib/pg_standby/Makefile
@@ -1,11 +1,8 @@
1
-# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.4 2007/11/10 23:59:51 momjian Exp $
+# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.5 2009/07/16 09:59:46 heikki Exp $
2
3
PROGRAM = pg_standby
4
OBJS = pg_standby.o
5
6
-PG_CPPFLAGS = -I$(libpq_srcdir)
7
-PG_LIBS = $(libpq_pgport)
8
-
9
ifdef USE_PGXS
10
PG_CONFIG = pg_config
11
PGXS := $(shell $(PG_CONFIG) --pgxs)
0 commit comments