projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de160e2
)
pg_standby doesn't need to be linked with libpq. Fujii Masao.
author
Heikki Linnakangas
<
[email protected]
>
Thu, 16 Jul 2009 09:59:46 +0000
(09:59 +0000)
committer
Heikki Linnakangas
<
[email protected]
>
Thu, 16 Jul 2009 09:59:46 +0000
(09:59 +0000)
contrib/pg_standby/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_standby/Makefile
b/contrib/pg_standby/Makefile
index 3e0ccb00fa53d2b411aef824e9afc8b2a135e2c9..74e1358cb052665ca4c261ba61eb4a483653d0d8 100644
(file)
--- a/
contrib/pg_standby/Makefile
+++ b/
contrib/pg_standby/Makefile
@@
-1,11
+1,8
@@
-# $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 $
PROGRAM = pg_standby
OBJS = pg_standby.o
-PG_CPPFLAGS = -I$(libpq_srcdir)
-PG_LIBS = $(libpq_pgport)
-
ifdef USE_PGXS
PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)