pgsql: Fix server header file installation with vpath builds

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix server header file installation with vpath builds
Date: 2011-11-10 20:30:52
Message-ID: E1RObGu-00086l-VG@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/e7c8efa064c8294369839798ab6b23104147f667

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2011-11-10 20:30:53 pgsql: Fix server header file installation with vpath builds
Previous Message Bruce Momjian 2011-11-10 18:01:27 pgsql: Document that PQexec() can handle a NULL res pointer just fine.