pgsql: Fix server header file installation with vpath builds - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix server header file installation with vpath builds
Date
Msg-id E1RObGu-00086f-Sc@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix server header file installation with vpath builds

Several server header files would not be installed in vpath builds
because they live in the build directory.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/37e66e75d8697de0fef74dad9cd9ae75845549b2

Modified Files
--------------
src/include/Makefile |    6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Document that PQexec() can handle a NULL res pointer just fine.
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix server header file installation with vpath builds