Thread: pgsql: Install wait_event_types.h in VPATH builds

pgsql: Install wait_event_types.h in VPATH builds

From
Michael Paquier
Date:
Install wait_event_types.h in VPATH builds

An extra rule is needed in src/include/Makefile for VPATH builds to
install any generated server-side include files, and wait_event_types.h
was forgotten from the set.

Issue introduced by fa88928470b5.

Reported-by: Christoph Berg
Discussion: https://postgr.es/m/ZTAA11u7CtX6NqlK@msg.df7cb.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7fb355db142958f463f7a0415248184f7ca4503f

Modified Files
--------------
src/include/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)