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-00086i-VL@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
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/44ff1035669928e1c9d6ba863194173696a5afbc

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


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix server header file installation with vpath builds
Next
From: Tom Lane
Date:
Subject: pgsql: Avoid platform-dependent infinite loop in pg_dump.