projects
/
users
/
simon
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb6bc25
)
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 0dde511149991bc51b94edc02834241c0ffd22eb..bcd35d408cbb1852261b2974cf707df1a7907c1b 100644
(file)
--- a/
contrib/pg_standby/Makefile
+++ b/
contrib/pg_standby/Makefile
@@
-3,9
+3,6
@@
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)