Install wait_event_types.h in VPATH builds

Michael Paquier <michael@paquier.xyz>

Commit: 7fb355db142958f463f7a0415248184f7ca4503f
Author: Michael Paquier <michael@paquier.xyz>
Date: 2023-10-19T00:42:46Z
Releases: 17.0
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

Files

PathChange+/−
src/include/Makefile modified +1 −1

Discussion