[pgpool-committers: 2865] pgpool: Allow to generate src/sql/pgpool_adm/Makefile from Makefile.in.
Tatsuo Ishii
ishii at postgresql.org
Fri Dec 11 10:31:47 JST 2015
Allow to generate src/sql/pgpool_adm/Makefile from Makefile.in.
This is neccessary to add proper linker options to point to the place
where libpcp.so is (supposed to be) stalled. See [pgpool-hackers:
1197] for more details.
Patch was created by Muhammad Usama.
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=e9c05ed8a78285e1a1ec8f83210de234194acf18
Modified Files
--------------
Makefile.in | 14 +++++++++-----
aclocal.m4 | 6 +++---
configure | 3 +++
configure.ac | 1 +
doc/Makefile.in | 2 +-
src/Makefile.in | 2 +-
src/include/Makefile.in | 2 +-
src/libs/Makefile.in | 2 +-
src/libs/pcp/Makefile.in | 2 +-
src/parser/Makefile.in | 2 +-
src/sql/pgpool_adm/Makefile | 29 -----------------------------
src/sql/pgpool_adm/Makefile.in | 27 +++++++++++++++++++++++++++
src/tools/Makefile.in | 2 +-
src/tools/pcp/Makefile.in | 2 +-
src/tools/pgmd5/Makefile.in | 2 +-
src/watchdog/Makefile.in | 2 +-
16 files changed, 53 insertions(+), 47 deletions(-)
More information about the pgpool-committers
mailing list