1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Install properly fe-auth-sasl.h

The internals of the frontend-side callbacks for SASL are visible in
libpq-int.h, but the header was not getting installed.  This would cause
compilation failures for applications playing with the internals of
libpq.

Issue introduced in 9fd8557.

Author: Mikhail Kulagin
Reviewed-by: Jacob Champion
Discussion: https://postgr.es/m/05ce01d777cb$40f31d60$c2d95820$@postgrespro.ru
This commit is contained in:
Michael Paquier
2021-07-14 10:37:26 +09:00
parent 83f4fcc655
commit 6c9c283166
2 changed files with 4 additions and 1 deletions

View File

@ -633,7 +633,8 @@ sub CopyIncludeFiles
CopyFiles(
'Libpq internal headers',
$target . '/include/internal/',
'src/interfaces/libpq/', 'libpq-int.h', 'pqexpbuffer.h');
'src/interfaces/libpq/', 'libpq-int.h', 'fe-auth-sasl.h',
'pqexpbuffer.h');
CopyFiles(
'Internal headers',